]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/joystick.cpp
updated i18n sample, french translations are now in the "fr" subdirectory.
[wxWidgets.git] / src / msw / joystick.cpp
index 7911b1338f77bd18b10295afaa3c43d917614ea1..6f5dfcd0b556540c4c32908b6817928e8bfef95f 100644 (file)
@@ -16,7 +16,7 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#if defined(__BORLANDC__)
+#ifdef __BORLANDC__
 #pragma hdrstop
 #endif
 
@@ -39,6 +39,7 @@ typedef UINT MMRESULT;
 #define NO_JOYGETPOSEX
 #endif
 
+#include <wx/window.h>
 #include <wx/msw/joystick.h>
 
 IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)