Compilation fix for Innotek gcc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2004-02-28 19:19:44 +00:00
parent 32ddf007a2
commit 90c86c0ca3

View File

@@ -33,11 +33,11 @@
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
extern wxWindow* wxWndHook; extern wxWindow* wxWndHook;
extern MRESULT wxDlgProc( HWND hWnd extern MRESULT EXPENTRY wxDlgProc( HWND hWnd
,UINT message ,UINT message
,MPARAM wParam ,MPARAM wParam
,MPARAM lParam ,MPARAM lParam
); );
// =========================================================================== // ===========================================================================
// implementation // implementation