]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/joystick.h
Don't create multiple parent-less top level frames in layout sample.
[wxWidgets.git] / include / wx / joystick.h
index d29ba50b25b2233e53ad5968035f6f2be4999dc0..569e3d80b2aa0596fe63cfbc1293f63ceec95217 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        joystick.h
+// Name:        wx/joystick.h
 // Purpose:     wxJoystick base header
 // Author:      wxWidgets Team
 // Modified by:
@@ -16,7 +16,7 @@
 
 #if wxUSE_JOYSTICK
 
-#if defined(__WXMSW__)
+#if defined(__WINDOWS__)
 #include "wx/msw/joystick.h"
 #elif defined(__WXMOTIF__)
 #include "wx/unix/joystick.h"