fix DMars compilation to use precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1316,11 +1316,7 @@ static HCURSOR gs_wxBusyCursor = 0; // new, busy cursor
|
||||
static HCURSOR gs_wxBusyCursorOld = 0; // old cursor
|
||||
static int gs_wxBusyCursorCount = 0;
|
||||
|
||||
#ifdef __DIGITALMARS__
|
||||
extern "C" HCURSOR wxGetCurrentBusyCursor()
|
||||
#else
|
||||
extern HCURSOR wxGetCurrentBusyCursor()
|
||||
#endif
|
||||
{
|
||||
return gs_wxBusyCursor;
|
||||
}
|
||||
|
Reference in New Issue
Block a user