mirror of
https://github.com/lua/lua
synced 2025-04-05 04:22:53 +03:00
keep "#include <windows.h>" in this file, but without the
previous requirement that it must be included before any other header file (it doesn't seem to matter)
This commit is contained in:
parent
c5d52a5468
commit
c49edc4566
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: loadlib.c,v 1.119 2014/10/27 18:05:37 roberto Exp roberto $
|
** $Id: loadlib.c,v 1.120 2014/11/02 19:19:04 roberto Exp roberto $
|
||||||
** Dynamic library loader for Lua
|
** Dynamic library loader for Lua
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
**
|
**
|
||||||
@ -161,6 +161,8 @@ static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) {
|
|||||||
** =======================================================================
|
** =======================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
|
|
||||||
#undef setprogdir
|
#undef setprogdir
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user