X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f38fe4bfc3e9dd7d2acaf294d15106490543c6b..814028444d682b23af3809227cd485f4bebc1286:/samples/dll/my_dll.h diff --git a/samples/dll/my_dll.h b/samples/dll/my_dll.h index 0ec954f22c..3b4c29bf7a 100644 --- a/samples/dll/my_dll.h +++ b/samples/dll/my_dll.h @@ -16,9 +16,9 @@ extern "C" { #endif #ifdef MY_DLL_BUILDING - #define MY_DLL_DECL WXEXPORT + #define MY_DLL_DECL __declspec(dllexport) #else - #define MY_DLL_DECL WXIMPORT + #define MY_DLL_DECL __declspec(dllimport) #endif // launch wx UI from some application that may or may not be written in wx