From 850c60e81bc5959ba73ace3ab4e48a2b8f879036 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 7 Feb 2007 15:46:20 -0200 Subject: [PATCH] detail for windows --- luaconf.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/luaconf.h b/luaconf.h index cad62896..d473d325 100644 --- a/luaconf.h +++ b/luaconf.h @@ -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 +#endif + + + #if defined(LUA_USE_LINUX) #define LUA_USE_POSIX #define LUA_USE_DLOPEN /* needs an extra library: -ldl */