]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/my_dll.cpp
Correct placement of calling convention keyword: must follow the return type.
[wxWidgets.git] / samples / dll / my_dll.cpp
index 8b8dfd003a237d8745c6954a611ba4db697b7ddc..99dbedc002b8c6254c56066c8649beeac5f8156b 100644 (file)
@@ -186,7 +186,7 @@ HANDLE gs_wxMainThread = NULL;
 
 
 //  wx application startup code -- runs from its own thread
-__stdcall unsigned MyAppLauncher(void* event)
+unsigned wxSTDCALL MyAppLauncher(void* event)
 {
     // Note: The thread that called run_wx_gui_from_dll() holds gs_wxStartupCS
     //       at this point and won't release it until we signal it.