aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2010-03-10 17:12:37 +0100
committerBjörn Gustavsson <[email protected]>2010-03-12 06:41:31 +0100
commit3a4edf4d1e4a66a83ac39d066c02bfffea4dccf8 (patch)
tree1e3a3d89e1418e29f94f9917d173108d5d9f9f3e /lib/wx/c_src
parentdec7bba3591097f668da46606fd8ceb28903b3ee (diff)
downloadotp-3a4edf4d1e4a66a83ac39d066c02bfffea4dccf8.tar.gz
otp-3a4edf4d1e4a66a83ac39d066c02bfffea4dccf8.tar.bz2
otp-3a4edf4d1e4a66a83ac39d066c02bfffea4dccf8.zip
Added a non existing macro on windows.
The new code generator doesn't resolve macros and a is missing (not used in wxWidgets) on windows.
Diffstat (limited to 'lib/wx/c_src')
-rw-r--r--lib/wx/c_src/gen/wxe_macros.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/wx/c_src/gen/wxe_macros.h b/lib/wx/c_src/gen/wxe_macros.h
index 047f2950e2..415b7f0b29 100644
--- a/lib/wx/c_src/gen/wxe_macros.h
+++ b/lib/wx/c_src/gen/wxe_macros.h
@@ -62,6 +62,11 @@
#include <wx/filename.h>
+#ifndef wxICON_DEFAULT_BITMAP_TYPE
+ #define wxICON_DEFAULT_BITMAP_TYPE wxBITMAP_TYPE_ICO_RESOURCE
+#endif
+
+
#define wxEvtHandler_Connect 100
#define wxEvtHandler_Disconnect_2 101
#define wxEvtHandler_Disconnect_1 102