git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57967
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif // X11
wxCURSOR_ARROWWAIT,
#ifdef __WXMAC__
- wxCURSOR_OPEN_HAND,
- wxCURSOR_CLOSED_HAND,
+ wxCURSOR_OPEN_HAND,
+ wxCURSOR_CLOSED_HAND,
#endif
wxCURSOR_MAX
};
#ifndef __WXGTK__
- #define wxCURSOR_DEFAULT wxCURSOR_ARROW
+ #define wxCURSOR_DEFAULT wxCURSOR_ARROW
#endif
#ifndef __WXMAC__
// TODO CS supply openhand and closedhand cursors
- #define wxCURSOR_OPEN_HAND wxCURSOR_HAND,
- #define wxCURSOR_CLOSED_HAND wxCURSOR_HAND,
+ #define wxCURSOR_OPEN_HAND wxCURSOR_HAND
+ #define wxCURSOR_CLOSED_HAND wxCURSOR_HAND
#endif
// ---------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////
// Name: wx/private/socket.h
-// Purpose: wxSocketImpl nd related declarations
+// Purpose: wxSocketImpl and related declarations
// Authors: Guilhem Lavaux, Vadim Zeitlin
// Created: April 1997
// RCS-ID: $Id$