X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9576ca53db96b462ed4c0b4bdf47d64c40203e4..b77b87881bae2e6306366d79e7fe160334b3d4a2:/src/mac/carbon/joystick.cpp?ds=inline diff --git a/src/mac/carbon/joystick.cpp b/src/mac/carbon/joystick.cpp index 6677277f48..156b9b2657 100644 --- a/src/mac/carbon/joystick.cpp +++ b/src/mac/carbon/joystick.cpp @@ -1,19 +1,23 @@ ///////////////////////////////////////////////////////////////////////////// // Name: joystick.cpp // Purpose: wxJoystick class -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ #pragma implementation "joystick.h" #endif -#include +#include "wx/setup.h" + +#include "wx/joystick.h" + +#if wxUSE_JOYSTICK IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject) @@ -109,7 +113,7 @@ int wxJoystick::GetProductId() const wxString wxJoystick::GetProductName() const { // TODO - return wxString(""); + return wxString(wxT("")); } int wxJoystick::GetXMin() const @@ -277,3 +281,6 @@ bool wxJoystick::ReleaseCapture() return FALSE; } +#endif + // wxUSE_JOYSTICK +