projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix tags generation for OS X port after renaming
[wxWidgets.git]
/
include
/
wx
/
osx
/
popupwin.h
Commit
Line
Data
5c6eb3a8
SC
1
#ifdef __WXMAC_CLASSIC__
2
#error "wxPopupWindow is not supported under this platform."
3
#else
ef0e9220
4
#include "wx/osx/carbon/popupwin.h"
5c6eb3a8
5
#endif