// Author: Julian Smart
// Modified by:
// Created: 01/02/97
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
WXDLLIMPEXP_BASE wxWinVersion wxGetWinVersion();
-#if wxUSE_GUI
+#if wxUSE_GUI && defined(__WXMSW__)
// cursor stuff
extern HCURSOR wxGetCurrentBusyCursor(); // from msw/utils.cpp
#endif // __WIN64__/__WIN32__
-#endif // wxUSE_GUI
+#endif // wxUSE_GUI && __WXMSW__
#endif // _WX_PRIVATE_H_