projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wxTopLevelWindows is now a wxWindowList, better compatibility with the old
[wxWidgets.git]
/
include
/
wx
/
metafile.h
1
#ifndef _WX_METAFILE_H_BASE_
2
#define _WX_METAFILE_H_BASE_
3
4
#if defined(__WXMSW__)
5
#include
"wx/msw/metafile.h"
6
#endif
7
8
#endif
9
// _WX_METAFILE_H_BASE_