summaryrefslogtreecommitdiff
path: root/win32/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/time.h')
-rw-r--r--win32/time.h6
1 files changed, 3 insertions, 3 deletions
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 <winsock.h>
@@ -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