]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
attempt to split cmd line into words in the same way as Windows does
[wxWidgets.git] / src / msw / utils.cpp
index 8e5fab3265946128366d2883f4c772c9b9732d0c..cc1b2e61d872dc1603c659282f11f1c885e0bdc5 100644 (file)
@@ -1244,7 +1244,7 @@ extern long wxCharsetToCodepage(const wxChar *name)
   NULL. classname is the desired wndclass classname. If function succesfully
   registers the class, pclassname will be set to classname.
  */
-extern "C" HWND
+extern "C" WXDLLIMPEXP_BASE HWND
 wxCreateHiddenWindow(LPCTSTR *pclassname, LPCTSTR classname, WNDPROC wndproc)
 {
     wxCHECK_MSG( classname && pclassname && wndproc, NULL,