projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed semi-colons off the end of two macro statement lines so that compilation...
[wxWidgets.git]
/
include
/
wx
/
univ
/
window.h
diff --git
a/include/wx/univ/window.h
b/include/wx/univ/window.h
index 39949a871fbdbb372edc77e248c0ea6c1862032a..baabd5350204d2a2d49511fa31b7322b1a5da258 100644
(file)
--- a/
include/wx/univ/window.h
+++ b/
include/wx/univ/window.h
@@
-61,6
+61,8
@@
enum
#define wxWindowNative wxWindowGTK
#elif defined(__WXMGL__)
#define wxWindowNative wxWindowMGL
#define wxWindowNative wxWindowGTK
#elif defined(__WXMGL__)
#define wxWindowNative wxWindowMGL
+#elif defined(__WXMAC__)
+#define wxWindowNative wxWindowMac
#endif
class WXDLLEXPORT wxWindow : public wxWindowNative
#endif
class WXDLLEXPORT wxWindow : public wxWindowNative