]> git.saurik.com Git - wxWidgets.git/blame - include/wx/pnghand.h
Rotated text patch from Hans-Joachim Baader (with some corrections)
[wxWidgets.git] / include / wx / pnghand.h
CommitLineData
34138703
JS
1#ifndef _WX_PNGHAND_H_BASE_
2#define _WX_PNGHAND_H_BASE_
c801d85f 3
2049ba38 4#if defined(__WXMSW__)
c801d85f 5#include "wx/msw/pnghand.h"
2049ba38 6#elif defined(__WXMOTIF__)
34138703 7#include "wx/motif/pnghand.h"
2049ba38 8#elif defined(__WXGTK__)
c801d85f 9#include "wx/gtk/pnghand.h"
34138703
JS
10#elif defined(__WXMAC__)
11#include "wx/mac/pnghand.h"
1777b9bb
DW
12#elif defined(__WXPM__)
13#include "wx/os2/pnghand.h"
34138703
JS
14#elif defined(__WXSTUBS__)
15#include "wx/stubs/pnghand.h"
c801d85f
KB
16#endif
17
18#endif
34138703 19 // _WX_PNGHAND_H_BASE_