X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a933a5449ea9695bbdb953ba039295fe2f86a075..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/joystick.h diff --git a/include/wx/joystick.h b/include/wx/joystick.h index 1e07320f91..569e3d80b2 100644 --- a/include/wx/joystick.h +++ b/include/wx/joystick.h @@ -1,9 +1,22 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: wx/joystick.h +// Purpose: wxJoystick base header +// Author: wxWidgets Team +// Modified by: +// Created: +// Copyright: (c) wxWidgets Team +// RCS-ID: $Id$ +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_JOYSTICK_H_BASE_ #define _WX_JOYSTICK_H_BASE_ +#include "wx/defs.h" + #if wxUSE_JOYSTICK -#if defined(__WXMSW__) +#if defined(__WINDOWS__) #include "wx/msw/joystick.h" #elif defined(__WXMOTIF__) #include "wx/unix/joystick.h" @@ -12,9 +25,9 @@ #elif defined(__WXX11__) #include "wx/unix/joystick.h" #elif defined(__DARWIN__) -#include "wx/mac/corefoundation/joystick.h" +#include "wx/osx/core/joystick.h" #elif defined(__WXMAC__) -#include "wx/mac/joystick.h" +#include "wx/osx/joystick.h" #elif defined(__WXPM__) #include "wx/os2/joystick.h" #endif