X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..589f0e3e6070d8d1e6649b410f318ec2aa98ae4e:/include/wx/msw/timer.h diff --git a/include/wx/msw/timer.h b/include/wx/msw/timer.h index a6e6d4d3f8..42287be447 100644 --- a/include/wx/msw/timer.h +++ b/include/wx/msw/timer.h @@ -5,12 +5,12 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __TIMERH__ -#define __TIMERH_ +#ifndef _WX_TIMER_H_ +#define _WX_TIMER_H_ #ifdef __GNUG__ #pragma interface "timer.h" @@ -49,4 +49,4 @@ bool WXDLLEXPORT wxGetLocalTime(long *timeZone, int *dstObserved); long WXDLLEXPORT wxGetCurrentTime(void); #endif - // __TIMERH_ + // _WX_TIMERH_