X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8766aa0948d1936c1d1d01bab1deeebf0404e837..afa59b4e8828f1fff43c3c0d4303adf2c6ac59e5:/include/wx/defs.h?ds=sidebyside diff --git a/include/wx/defs.h b/include/wx/defs.h index 5de3bdf697..917a505aea 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -70,7 +70,7 @@ // using this macro allows constuctions like "wxSTD iostream" to work in // either case #if !wxUSE_IOSTREAMH - #define wxSTD std:: + #define wxSTD std:: #else #define wxSTD #endif @@ -1951,7 +1951,7 @@ typedef struct tagLOGPALETTE #elif defined(__WIN32__) typedef int (__stdcall *WXFARPROC)(); #elif defined(__WXPM__) -# if (defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )) || defined (__WATCOMC__) +# if (defined(__VISAGECPP__) && (__IBMCPP__ < 400)) || defined (__WATCOMC__) // VA 3.0 for some reason needs base data types when typedefing a proc proto??? typedef void* (_System *WXFARPROC)(unsigned long, unsigned long, void*, void*); # else