projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix mac universal
[wxWidgets.git]
/
include
/
wx
/
listctrl.h
diff --git
a/include/wx/listctrl.h
b/include/wx/listctrl.h
index db57cf04df6738655ad7a938010135c51c34d95c..ef4e2d3763167ecc8f13771fb9e1f3c0b048a516 100644
(file)
--- a/
include/wx/listctrl.h
+++ b/
include/wx/listctrl.h
@@
-30,7
+30,7
@@
extern WXDLLEXPORT_DATA(const char) wxListCtrlNameStr[];
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/listctrl.h"
-#elif defined(__WXMAC__)
+#elif defined(__WXMAC__)
&& !defined(__WXUNIVERSAL__)
#include "wx/mac/carbon/listctrl.h"
#else
#include "wx/generic/listctrl.h"