projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
more things are done by configure: checks for bool, whether overloading based
[wxWidgets.git]
/
include
/
wx
/
metafile.h
This page requires JavaScript to run. Use
this page
instead.
0 / 9 ( 0%)
Commit
Line
Data
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_