]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/pnghand.h
* some C++ness correction in wxStream.
[wxWidgets.git] / include / wx / pnghand.h
... / ...
CommitLineData
1#ifndef _WX_PNGHAND_H_BASE_
2#define _WX_PNGHAND_H_BASE_
3
4#if defined(__WXMSW__)
5#include "wx/msw/pnghand.h"
6#elif defined(__WXMOTIF__)
7#include "wx/motif/pnghand.h"
8#elif defined(__WXGTK__)
9#include "wx/gtk/pnghand.h"
10#elif defined(__WXMAC__)
11#include "wx/mac/pnghand.h"
12#elif defined(__WXSTUBS__)
13#include "wx/stubs/pnghand.h"
14#endif
15
16#endif
17 // _WX_PNGHAND_H_BASE_