]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for Innotek gcc.
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 28 Feb 2004 19:19:44 +0000 (19:19 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 28 Feb 2004 19:19:44 +0000 (19:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/nativdlg.cpp

index 0a0275de35a73833def6b5ae5ea03b44b4effb92..fa5280660855e1401a4e1400318c4b530baa5668 100644 (file)
 // ---------------------------------------------------------------------------
 
 extern wxWindow* wxWndHook;
-extern MRESULT wxDlgProc( HWND   hWnd
-                         ,UINT   message
-                         ,MPARAM wParam
-                         ,MPARAM lParam
-                        );
+extern MRESULT EXPENTRY wxDlgProc( HWND   hWnd
+                                  ,UINT   message
+                                  ,MPARAM wParam
+                                  ,MPARAM lParam
+                                 );
 
 // ===========================================================================
 // implementation