X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7a2a602b4bd9308be21bc07e40a680f483438e..a45068485c8fbc9db4daf77c724747992f81a90e:/include/wx/msw/timer.h diff --git a/include/wx/msw/timer.h b/include/wx/msw/timer.h index afcd4c21e6..9ecd87327c 100644 --- a/include/wx/msw/timer.h +++ b/include/wx/msw/timer.h @@ -12,7 +12,7 @@ #ifndef _WX_TIMER_H_ #define _WX_TIMER_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "timer.h" #endif @@ -34,7 +34,7 @@ public: protected: void Init(); - long m_id; + unsigned long m_id; private: DECLARE_DYNAMIC_CLASS_NO_COPY(wxTimer)