aboutsummaryrefslogtreecommitdiff
path: root/ports/lua/vs2015-impl-c99.patch
diff options
context:
space:
mode:
authorAndrei Lebedev <lebdron@gmail.com>2019-05-19 14:41:03 +0300
committerAndrei Lebedev <lebdron@gmail.com>2019-05-19 14:41:03 +0300
commitb395438c791ca9f78e383a1d571525eee785e67c (patch)
tree4aaba68a88a95633f77e944a36081441b3daef6a /ports/lua/vs2015-impl-c99.patch
parent5495513ef45eb97d8453d15007714f1b4d3391f9 (diff)
parent030e74940cc40db2415700e87e3b2c8aeeee8108 (diff)
downloadvcpkg-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.patch11
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
+
+