From 16017f6d78f130c9cbeef1cb1a34ed20338dec6f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 2 Jul 2000 23:46:51 +0000 Subject: Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. --- win32/time.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win32/time.h') diff --git a/win32/time.h b/win32/time.h index b8f59ceb3a..457d4fa9e0 100644 --- a/win32/time.h +++ b/win32/time.h @@ -9,8 +9,8 @@ * Modified by Shane Caraveo for PHP * *****************************************************************************/ -#ifndef _DH_TIME_H -#define _DH_TIME_H +#ifndef TIME_H +#define TIME_H /* Include stuff ************************************************************ */ #include @@ -40,4 +40,4 @@ extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Inf extern int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue); -#endif \ No newline at end of file +#endif -- cgit v1.2.1