]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
update to make digitalmars compile/link image sample
[wxWidgets.git] / src / msw / utils.cpp
index c941c45a574b2416ebc06cde4e5250a54f73cae7..5b083fbd03e6557acb916b3664d36bf3f10d8bdd 100644 (file)
@@ -1319,7 +1319,11 @@ 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;
 }