projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Compile with builtin ODBC in GTK+ ANSI mode
[wxWidgets.git]
/
include
/
wx
/
mac
/
checkbox.h
Commit
Line
Data
ca80fdee
1
#ifdef __WXMAC_CLASSIC__
9ea759d4
SC
2
#include "wx/mac/classic/checkbox.h"
3
#else
4
#include "wx/mac/carbon/checkbox.h"
449816ad
5
#endif