From 90c86c0ca33f80507bd850d5eb266f486ecd7757 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sat, 28 Feb 2004 19:19:44 +0000 Subject: [PATCH] Compilation fix for Innotek gcc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/nativdlg.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/os2/nativdlg.cpp b/src/os2/nativdlg.cpp index 0a0275de35..fa52806608 100644 --- a/src/os2/nativdlg.cpp +++ b/src/os2/nativdlg.cpp @@ -33,11 +33,11 @@ // --------------------------------------------------------------------------- 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