projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedric...
[wxWidgets.git]
/
include
/
wx
/
mgl
/
chkconf.h
diff --git
a/include/wx/mgl/chkconf.h
b/include/wx/mgl/chkconf.h
index 643aafdc64b1f17f9e233dc864752c1661bec5a4..b20fb61caefdcbcd52f904d89e2046eaca4d0c2e 100644
(file)
--- a/
include/wx/mgl/chkconf.h
+++ b/
include/wx/mgl/chkconf.h
@@
-14,6
+14,14
@@
#ifndef _WX_MGL_CHKCONF_H_
#define _WX_MGL_CHKCONF_H_
#ifndef _WX_MGL_CHKCONF_H_
#define _WX_MGL_CHKCONF_H_
+/*
+ wxDisplay is not implemented for OS/2, use stub common version instead.
+ */
+#if wxUSE_DISPLAY
+# undef wxUSE_DISPLAY
+# define wxUSE_DISPLAY 0
+#endif /* wxUSE_DISPLAY */
+
#ifdef __WATCOMC__
/* Watcom builds for MGL port are setup.h driven and setup.h is
#ifdef __WATCOMC__
/* Watcom builds for MGL port are setup.h driven and setup.h is