projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix some warnings from GCC -Wextra
[wxWidgets.git]
/
include
/
wx
/
mac
/
popupwin.h
Commit
Line
Data
8a7e4b38
SC
1
#ifdef __WXMAC_CLASSIC__
2
#error "wxPopupWindow is not supported under this platform."
3
#else
4
#include "wx/mac/carbon/popupwin.h"
5
#endif