X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfd6b52fdb0398320ba58b15ee066249cfab2dc0..8caa4ed10ec5a89c61dff9d19c3c28ea729b4272:/include/wx/msw/private.h diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index f489158d1a..616f50aa7b 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -73,7 +73,9 @@ WXDLLEXPORT_DATA(extern HFONT) wxSTATUS_LINE_FONT; # ifdef __BORLANDC__ # ifdef __WIN32__ -# define CASTWNDPROC + typedef int (pascal * WndProcCast) (); +# define CASTWNDPROC (WndProcCast) +// # define CASTWNDPROC # else typedef int (pascal * WndProcCast) (); # define CASTWNDPROC (WndProcCast)