summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-15 17:55:29 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-15 17:55:29 +0300
commit14fe324cb1dbb37996c957df3c942c3cdf66d3cf (patch)
tree88c38b798a46e6fee2dee0c39260382c06f97a8d /plugins
parentbbd478c3b43fa756f1bfd54f1e989c832c2ca9d3 (diff)
modified: core/commonheaders.h
modified: core/main.cpp modified: plugins/example/main.cpp
Diffstat (limited to 'plugins')
-rw-r--r--plugins/example/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/example/main.cpp b/plugins/example/main.cpp
index 9df4c81..1eb8ac9 100644
--- a/plugins/example/main.cpp
+++ b/plugins/example/main.cpp
@@ -80,7 +80,7 @@ extern "C" int on_modules_loaded() //load main code from here, all services from
return 0;
}
-#ifdef _win32
+#ifdef _WIN32
extern "C" __declspec(dllexport) int unload()
#else
extern "C" int unload()