lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


----- Original Message -----
From: steve donovan
Date: 1/9/2010 1:01 AM
On Sat, Jan 9, 2010 at 9:57 AM, Michael Wolf<miwo@gmx.at>  wrote:
Or just include windows.h where it is needed in loadlib.c under #elif
defined(LUA_DL_DLL) and not in the luaconf.h file.
Works without problems for me.
Much better. windows.h is a serious kitchen-sink header.
Agreed.  #include <windows.h> has no business out in my public header chain.

Josh