mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:01:47 +08:00
a462daf251
* upgrade lua to 5.3.5 * support POSIX systems * bump version in CONTROL file * -lm * fix copyright check * don't use c89 on windows vs2015 already supports c99 * correct vcpkg_extract_source_archive_ex usage and platform detection * fix FreeBSD
12 lines
266 B
Diff
12 lines
266 B
Diff
--- a/src/luaconf.h
|
|
+++ b/src/luaconf.h
|
|
@@ -54,7 +54,7 @@
|
|
|
|
#if defined(LUA_USE_WINDOWS)
|
|
#define LUA_DL_DLL /* enable support for DLL */
|
|
-#define LUA_USE_C89 /* broadly, Windows is C89 */
|
|
+//#define LUA_USE_C89 /* broadly, Windows is C89 */
|
|
#endif
|
|
|
|
|