Added various #includes for non-precompiled headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2002-01-20 22:00:11 +00:00
parent 74707ecf7c
commit a4a162522b
13 changed files with 28 additions and 4 deletions

View File

@@ -9,6 +9,10 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/defs.h"
#if wxUSE_JOYSTICK
#include "wx/string.h"
#define INCL_PM
#define INCL_DOS
@@ -280,4 +284,5 @@ bool wxJoystick::ReleaseCapture()
// TODO
return FALSE;
}
#endif // wxUSE_JOYSTICK