projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
applied heavily modified patch 1116702: support for specifying disabled toolbar image...
[wxWidgets.git]
/
include
/
wx
/
progdlg.h
1
#ifndef _WX_PROGDLG_H_BASE_
2
#define _WX_PROGDLG_H_BASE_
3
4
#include
"wx/defs.h"
5
6
#ifdef __WXPALMOS__
7
#include
"wx/palmos/progdlg.h"
8
#else
9
#include
"wx/generic/progdlgg.h"
10
#endif
11
12
#endif
// _WX_PROGDLG_H_BASE_