projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Cured some Latex problems; fixed i declaration; fixed filedlg.cpp
[wxWidgets.git]
/
include
/
wx
/
tbar95.h
1
#ifndef _WX_TBAR95_H_BASE_
2
#define _WX_TBAR95_H_BASE_
3
4
#if defined(__WXMSW__)
5
#include
"wx/msw/tbar95.h"
6
#elif defined(__WXMOTIF__)
7
#include
"wx/motif/tbar95.h"
8
#elif defined(__WXGTK__)
9
#include
"wx/gtk/tbar95.h"
10
#endif
11
12
#endif
13
// _WX_TBAR95_H_BASE_