*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -77,8 +77,12 @@ WXDLLEXPORT_DATA(extern HFONT) wxSTATUS_LINE_FONT;
|
||||
typedef int (pascal * WndProcCast) ();
|
||||
# define CASTWNDPROC (WndProcCast)
|
||||
# else
|
||||
typedef int (PASCAL * WndProcCast) ();
|
||||
# define CASTWNDPROC (WndProcCast)
|
||||
# if defined(__VISUALC__) && defined(STRICT)
|
||||
# define CASTWNDPROC (WNDPROC)
|
||||
# else
|
||||
typedef int (PASCAL * WndProcCast) ();
|
||||
# define CASTWNDPROC (WndProcCast)
|
||||
# endif
|
||||
# endif
|
||||
# else
|
||||
# define CASTWNDPROC
|
||||
@@ -105,8 +109,10 @@ WXDLLEXPORT_DATA(extern HFONT) wxSTATUS_LINE_FONT;
|
||||
#endif
|
||||
|
||||
#if !defined(__WIN32__) // 3.x uses FARPROC for dialogs
|
||||
#ifndef STRICT
|
||||
#define DLGPROC FARPROC
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if wxUSE_PENWIN
|
||||
WXDLLEXPORT void wxRegisterPenWin();
|
||||
|
Reference in New Issue
Block a user