Compilation fix for OS/2 specific "Innotek gcc" port.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
dc4118b883
commit
463b12b830
@ -2315,7 +2315,7 @@ typedef struct tagLOGPALETTE
|
|||||||
/* VA 3.0 for some reason needs base data types when typedefing a proc proto??? */
|
/* 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*);
|
typedef void* (_System *WXFARPROC)(unsigned long, unsigned long, void*, void*);
|
||||||
#else
|
#else
|
||||||
#ifdef __EMX__
|
#if defined(__EMX__) && !defined(_System)
|
||||||
#define _System
|
#define _System
|
||||||
#endif
|
#endif
|
||||||
typedef WXRESULT (_System *WXFARPROC)(WXHWND, WXMSGID, WXWPARAM, WXLPARAM);
|
typedef WXRESULT (_System *WXFARPROC)(WXHWND, WXMSGID, WXWPARAM, WXLPARAM);
|
||||||
|
Loading…
Reference in New Issue
Block a user