]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/tbarmsw.h
Added GSocket/wxSocket alias to socket.h to prevent us from using GSocket
[wxWidgets.git] / include / wx / tbarmsw.h
... / ...
CommitLineData
1#ifndef _WX_TBARMSW_H_BASE_
2#define _WX_TBARMSW_H_BASE_
3
4#if defined(__WXMSW__)
5#include "wx/msw/tbarmsw.h"
6#elif defined(__WXMOTIF__)
7#include "wx/motif/tbarmsw.h"
8#elif defined(__WXGTK__)
9#include "wx/gtk/tbarmsw.h"
10#elif defined(__WXPM__)
11#include "wx/os2/tbarmsw.h"
12#endif
13
14#endif
15 // _WX_TBARMSW_H_BASE_