]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/cursor.h
speed optimizations: some functions now use wxString::Alloc, wxTextFile::Read
[wxWidgets.git] / include / wx / cursor.h
... / ...
CommitLineData
1#ifndef __CURSORH_BASE__
2#define __CURSORH_BASE__
3
4#if defined(__WXMSW__)
5#include "wx/msw/cursor.h"
6#elif defined(__WXMOTIF__)
7#include "wx/xt/cursor.h"
8#elif defined(__WXGTK__)
9#include "wx/gtk/cursor.h"
10#endif
11
12#endif
13 // __CURSORH_BASE__