diff options
| author | Andrei Lebedev <lebdron@gmail.com> | 2019-05-19 14:41:03 +0300 |
|---|---|---|
| committer | Andrei Lebedev <lebdron@gmail.com> | 2019-05-19 14:41:03 +0300 |
| commit | b395438c791ca9f78e383a1d571525eee785e67c (patch) | |
| tree | 4aaba68a88a95633f77e944a36081441b3daef6a /ports/lua/vs2015-impl-c99.patch | |
| parent | 5495513ef45eb97d8453d15007714f1b4d3391f9 (diff) | |
| parent | 030e74940cc40db2415700e87e3b2c8aeeee8108 (diff) | |
| download | vcpkg-b395438c791ca9f78e383a1d571525eee785e67c.tar.gz vcpkg-b395438c791ca9f78e383a1d571525eee785e67c.zip | |
Merge branch 'master' into openssl-unix-dynamic
Diffstat (limited to 'ports/lua/vs2015-impl-c99.patch')
| -rw-r--r-- | ports/lua/vs2015-impl-c99.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/lua/vs2015-impl-c99.patch b/ports/lua/vs2015-impl-c99.patch new file mode 100644 index 000000000..e281e83cf --- /dev/null +++ b/ports/lua/vs2015-impl-c99.patch @@ -0,0 +1,11 @@ +--- 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
+
+
|
