Changes to allow Cygwin to compile in non-PCH mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-01-08 21:09:46 +00:00
parent bbe0af5b15
commit ad5c34f309
11 changed files with 64 additions and 9 deletions

View File

@@ -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)