aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2007-02-07 15:46:20 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2007-02-07 15:46:20 -0200
commit850c60e81bc5959ba73ace3ab4e48a2b8f879036 (patch)
tree8f83617d1ff8866107de8b3d5fdf356d0f6b8555
parent3d480b04a5315c6b94dcd2ef59847b79c8c637b1 (diff)
downloadlua-850c60e81bc5959ba73ace3ab4e48a2b8f879036.tar.gz
lua-850c60e81bc5959ba73ace3ab4e48a2b8f879036.tar.bz2
lua-850c60e81bc5959ba73ace3ab4e48a2b8f879036.zip
detail for windows
-rw-r--r--luaconf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index cad62896..d473d325 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.85 2006/08/30 13:19:58 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.86 2006/09/18 14:03:18 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -33,6 +33,12 @@
33#define LUA_WIN 33#define LUA_WIN
34#endif 34#endif
35 35
36#if defined(LUA_WIN)
37#include <windows.h>
38#endif
39
40
41
36#if defined(LUA_USE_LINUX) 42#if defined(LUA_USE_LINUX)
37#define LUA_USE_POSIX 43#define LUA_USE_POSIX
38#define LUA_USE_DLOPEN /* needs an extra library: -ldl */ 44#define LUA_USE_DLOPEN /* needs an extra library: -ldl */