We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2086e31 commit 1e6c79bCopy full SHA for 1e6c79b
win32/time.h
@@ -9,7 +9,8 @@
9
* Modified by Shane Caraveo for PHP
10
*
11
*****************************************************************************/
12
-
+#ifndef _DH_TIME_H
13
+#define _DH_TIME_H
14
15
/* Include stuff ************************************************************ */
16
#include <winsock.h>
@@ -38,3 +39,5 @@ extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Inf
38
39
/* setitimer operates at 100 millisecond resolution */
40
extern int setitimer(int which, const struct itimerval *value,
41
struct itimerval *ovalue);
42
+
43
+#endif
0 commit comments