]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
fix DMars compilation to use precompiled headers
[wxWidgets.git] / src / msw / app.cpp
index d5a953bbcbbf20e9a53d3ff0592599084171af98..0ece73173decd0f7901c08fcb09bbf2111d4e11c 100644 (file)
@@ -151,11 +151,7 @@ HICON wxDEFAULT_MDIPARENTFRAME_ICON = (HICON) NULL;
 
 HBRUSH wxDisableButtonBrush = (HBRUSH) 0;
 
-#ifdef __DIGITALMARS__
-extern "C" LRESULT WXDLLEXPORT APIENTRY wxWndProc(HWND, UINT, WPARAM, LPARAM);
-#else
 LRESULT WXDLLEXPORT APIENTRY wxWndProc(HWND, UINT, WPARAM, LPARAM);
-#endif
 
 // FIXME wxUSE_ON_FATAL_EXCEPTION is only supported for VC++ now because it
 //       needs compiler support for Win32 SEH. Others (especially Borland)