X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c6dbc21b9a5b84c93a1895e65f11ad4cea917d5..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/os2/tls.h?ds=sidebyside diff --git a/include/wx/os2/tls.h b/include/wx/os2/tls.h index a70d6aa7df..4c22721fb3 100644 --- a/include/wx/os2/tls.h +++ b/include/wx/os2/tls.h @@ -8,8 +8,8 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifndef _WX_MSW_TLS_H_ -#define _WX_MSW_TLS_H_ +#ifndef _WX_OS2_TLS_H_ +#define _WX_OS2_TLS_H_ #include "wx/os2/private.h" @@ -54,8 +54,8 @@ public: private: ULONG* m_slot; - DECLARE_NO_COPY_CLASS(wxTlsKey) + wxDECLARE_NO_COPY_CLASS(wxTlsKey); }; -#endif // _WX_MSW_TLS_H_ +#endif // _WX_OS2_TLS_H_