]> granicus.if.org Git - php/commitdiff
need to prevent multiple usage
authorShane Caraveo <shane@php.net>
Tue, 30 Nov 1999 03:54:51 +0000 (03:54 +0000)
committerShane Caraveo <shane@php.net>
Tue, 30 Nov 1999 03:54:51 +0000 (03:54 +0000)
win32/time.h

index e5abd293c3acbcc9bd32c060411f390f635cfd6b..b8f59ceb3a2c6ca8ffb050de4b61c9ced7a4472c 100644 (file)
@@ -9,7 +9,8 @@
  * Modified by Shane Caraveo for PHP
  *
  *****************************************************************************/
-
+#ifndef _DH_TIME_H
+#define _DH_TIME_H
 
 /* Include stuff ************************************************************ */
 #include <winsock.h>
@@ -38,3 +39,5 @@ extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Inf
 /* setitimer operates at 100 millisecond resolution */
 extern int setitimer(int which, const struct itimerval *value,
                                         struct itimerval *ovalue);
+
+#endif
\ No newline at end of file