X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..fd0eed647daeb257f28699de879d2f4f5aeb7fb6:/include/wx/cursor.h diff --git a/include/wx/cursor.h b/include/wx/cursor.h index b56d15ec5b..4ebe73a971 100644 --- a/include/wx/cursor.h +++ b/include/wx/cursor.h @@ -1,13 +1,19 @@ -#ifndef __CURSORH_BASE__ -#define __CURSORH_BASE__ +#ifndef _WX_CURSOR_H_BASE_ +#define _WX_CURSOR_H_BASE_ -#if defined(__WINDOWS__) +#if defined(__WXMSW__) #include "wx/msw/cursor.h" -#elif defined(__MOTIF__) -#include "wx/xt/cursor.h" -#elif defined(__GTK__) +#elif defined(__WXMOTIF__) +#include "wx/motif/cursor.h" +#elif defined(__WXGTK__) #include "wx/gtk/cursor.h" +#elif defined(__WXQT__) +#include "wx/qt/cursor.h" +#elif defined(__WXMAC__) +#include "wx/mac/cursor.h" +#elif defined(__WXSTUBS__) +#include "wx/stubs/cursor.h" #endif #endif - // __CURSORH_BASE__ + // _WX_CURSOR_H_BASE_