]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/lua/vs2015-impl-c99.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / lua / vs2015-impl-c99.patch
1 --- a/src/luaconf.h
2 +++ b/src/luaconf.h
3 @@ -54,7 +54,7 @@
4
5 #if defined(LUA_USE_WINDOWS)
6 #define LUA_DL_DLL /* enable support for DLL */
7 -#define LUA_USE_C89 /* broadly, Windows is C89 */
8 +//#define LUA_USE_C89 /* broadly, Windows is C89 */
9 #endif
10
11