projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
overload operator<<() for wchar_t too (if applicable/possible); this fixes the proble...
[wxWidgets.git]
/
include
/
wx
/
choicdlg.h
1
#ifndef _WX_CHOICDLG_H_BASE_
2
#define _WX_CHOICDLG_H_BASE_
3
4
#if wxUSE_CHOICEDLG
5
6
#include
"wx/generic/choicdgg.h"
7
8
#endif
9
10
#endif
11
// _WX_CHOICDLG_H_BASE_