]> git.saurik.com Git - wxWidgets.git/blame - include/wx/printdlg.h
Beginings of wxGTK compatibility
[wxWidgets.git] / include / wx / printdlg.h
CommitLineData
c801d85f
KB
1#ifndef __PRINTDLGH_BASE__
2#define __PRINTDLGH_BASE__
3
2049ba38 4#if defined(__WXMSW__)
c801d85f 5#include "wx/msw/printdlg.h"
2049ba38 6#elif defined(__WXMOTIF__)
c801d85f 7#include "wx/generic/prntdlgg.h"
2049ba38 8#elif defined(__WXGTK__)
c801d85f
KB
9#include "wx/generic/prntdlgg.h"
10#endif
11
12#endif
13 // __PRINTDLGH_BASE__