X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..1b826605f5ab0bb680925f5e24a57b068ce2bdc5:/include/wx/time.h diff --git a/include/wx/time.h b/include/wx/time.h index 05c5a263e6..22fff97f9c 100644 --- a/include/wx/time.h +++ b/include/wx/time.h @@ -9,12 +9,12 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __TIMEH__ -#define __TIMEH__ +#ifndef _WX_TIMEH__ +#define _WX_TIMEH__ #include "wx/object.h" -#if USE_TIMEDATE +#if wxUSE_TIMEDATE #ifdef __GNUG__ #pragma interface "time.h" @@ -91,7 +91,7 @@ public: }; #endif - // USE_TIMEDATE + // wxUSE_TIMEDATE #endif - // __TIMEH__ + // _WX_TIMEH__