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

github.com/torch/qttorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2013-10-25 20:36:24 +0400
committerRonan Collobert <ronan@collobert.com>2013-10-25 20:36:24 +0400
commit9e9dfbc38f8395d14f4d347e737c4a68b69536c0 (patch)
tree5c9526db68f7e41856b55c3d094b87488f3fef66
parent6ac0597d547bbdb5cb32595ccb6042e5b34e60e2 (diff)
LUA_BUILD_AS_DLL -> _WIN32
-rw-r--r--qttorch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qttorch.h b/qttorch.h
index e1c70ce..4dfd794 100644
--- a/qttorch.h
+++ b/qttorch.h
@@ -11,7 +11,7 @@ extern "C" {
#include "qtluautils.h"
-#ifdef LUA_BUILD_AS_DLL
+#ifdef _WIN32
# ifdef libqttorch_EXPORTS
# define QTTORCH_API __declspec(dllexport)
# else