From 14fe324cb1dbb37996c957df3c942c3cdf66d3cf Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 15 Oct 2010 17:55:29 +0300 Subject: modified: core/commonheaders.h modified: core/main.cpp modified: plugins/example/main.cpp --- plugins/example/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/example/main.cpp') 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() -- cgit v1.2.3