summaryrefslogtreecommitdiffstats
path: root/External/lua-5.2.3/src
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2016-08-20 06:38:41 +0000
committerEgor Yusov <egor.yusov@gmail.com>2016-08-20 06:38:41 +0000
commit8077ddaf62bdbff2169973eca565a5752501587d (patch)
tree0532180e74cf5215736fd4e053216e291326fbcb /External/lua-5.2.3/src
parentOne more update to android build configuration (diff)
downloadDiligentTools-8077ddaf62bdbff2169973eca565a5752501587d.tar.gz
DiligentTools-8077ddaf62bdbff2169973eca565a5752501587d.zip
Updated to Diligent Engine 2.0
Diffstat (limited to 'External/lua-5.2.3/src')
-rw-r--r--External/lua-5.2.3/src/luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/External/lua-5.2.3/src/luaconf.h b/External/lua-5.2.3/src/luaconf.h
index 73bac22..19989bf 100644
--- a/External/lua-5.2.3/src/luaconf.h
+++ b/External/lua-5.2.3/src/luaconf.h
@@ -549,7 +549,7 @@
# define getlocaledecpoint() '.'
#endif
-#ifdef _WINDOWS_STORE
+#ifdef PLATFORM_UNIVERSAL_WINDOWS
# include "winappstubs.h"
#endif