]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/joystick.cpp
changed calls to wxMac's private wxColour::Set to use the renamed function wxColour...
[wxWidgets.git] / src / msw / joystick.cpp
index 294447cb0a73b4f844bc8c75c385fdce588f2206..51e617809459baca011d51245d147ac6fa6b5196 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #if wxUSE_JOYSTICK
 
 #include "wx/joystick.h"
-#include "wx/string.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/string.h"
+#endif
+
 #include "wx/window.h"
 #include "wx/msw/private.h"