10 lines
150 B
C
10 lines
150 B
C
|
#ifndef __METAFILEH_BASE__
|
||
|
#define __METAFILEH_BASE__
|
||
|
|
||
|
#if defined(__WINDOWS__)
|
||
|
#include "wx/msw/metafile.h"
|
||
|
#endif
|
||
|
|
||
|
#endif
|
||
|
// __METAFILEH_BASE__
|