projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix tracking rectangles in 64-bit build by remembering the tag as the 64-bit integer...
[wxWidgets.git]
/
include
/
wx
/
mac
/
msgdlg.h
Commit
Line
Data
ca80fdee
1
#ifdef __WXMAC_CLASSIC__
9ea759d4
SC
2
#include "wx/mac/classic/msgdlg.h"
3
#else
4
#include "wx/mac/carbon/msgdlg.h"
449816ad
5
#endif