Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/paths.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamehkhamis <sameh.khamis@gmail.com>2015-07-24 19:00:11 +0300
committersamehkhamis <sameh.khamis@gmail.com>2015-07-24 19:00:11 +0300
commit300c66f39dabdca7354dbba8a3ace1ff3cd761a9 (patch)
treeb82d2db6147ebe65b26da49655e8d0056da302dd
parent693942c31111a8948b786f3de5cbb354024cdc52 (diff)
LUA_WIN is not defined
-rw-r--r--paths.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/paths.h.in b/paths.h.in
index 143f034..9d000c2 100644
--- a/paths.h.in
+++ b/paths.h.in
@@ -19,7 +19,7 @@
#endif
-#ifdef LUA_WIN
+#ifdef _WIN32
# include <errno.h>
# include <windows.h>