projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
bool wxString::operator!() const added
[wxWidgets.git]
/
include
/
wx
/
xpmhand.h
1
#ifndef _WX_XPMHAND_H_BASE_
2
#define _WX_XPMHAND_H_BASE_
3
4
// Only wxMSW currently defines a separate XPM handler, since
5
// mostly Windows apps won't need XPMs.
6
#if defined(__WXMSW__)
7
#include
"wx/msw/xpmhand.h"
8
#endif
9
10
#endif
11
// _WX_XPMHAND_H_BASE_