projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
add wrappers to avoid compiling code which will never be used
[wxWidgets.git]
/
include
/
wx
/
osx
/
statbmp.h
This page requires JavaScript to run. Use
this page
instead.
0 / 6 ( 0%)
Commit
Line
Data
1
#if wxOSX_USE_CARBON
2
#include "wx/osx/carbon/statbmp.h"
3
#else
4
#define wxGenericStaticBitmap wxStaticBitmap
5
#include "wx/generic/statbmpg.h"
6
#endif