detail for windows

This commit is contained in:
Roberto Ierusalimschy 2007-02-07 15:46:20 -02:00
parent 3d480b04a5
commit 850c60e81b
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
** $Id: luaconf.h,v 1.85 2006/08/30 13:19:58 roberto Exp roberto $
** $Id: luaconf.h,v 1.86 2006/09/18 14:03:18 roberto Exp roberto $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
@ -33,6 +33,12 @@
#define LUA_WIN
#endif
#if defined(LUA_WIN)
#include <windows.h>
#endif
#if defined(LUA_USE_LINUX)
#define LUA_USE_POSIX
#define LUA_USE_DLOPEN /* needs an extra library: -ldl */