]> git.saurik.com Git - wxWidgets.git/blob - include/wx/bitmap.h
Fixed event arg in notebook.h, #ifdefed out some functions in oleutils that
[wxWidgets.git] / include / wx / bitmap.h
1 #ifndef __BITMAPH_BASE__
2 #define __BITMAPH_BASE__
3
4 #if defined(__WINDOWS__)
5 #include "wx/msw/bitmap.h"
6 #elif defined(__MOTIF__)
7 #include "wx/xt/bitmap.h"
8 #elif defined(__GTK__)
9 #include "wx/gtk/bitmap.h"
10 #endif
11
12 #endif
13 // __BITMAPH_BASE__