projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
no changes, just remove #if'd out code
[wxWidgets.git]
/
include
/
wx
/
osx
/
private
/
print.h
This page requires JavaScript to run. Use
this page
instead.
0 / 5 ( 0%)
Commit
Line
Data
1
#ifdef __WXMAC_CLASSIC__
2
#include "wx/osx/classic/private/print.h"
3
#else
4
#include "wx/osx/carbon/private/print.h"
5
#endif