Skip to content

Commit 1e6c79b

Browse files
author
Shane Caraveo
committed
need to prevent multiple usage
1 parent 2086e31 commit 1e6c79b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

win32/time.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
* Modified by Shane Caraveo for PHP
1010
*
1111
*****************************************************************************/
12-
12+
#ifndef _DH_TIME_H
13+
#define _DH_TIME_H
1314

1415
/* Include stuff ************************************************************ */
1516
#include <winsock.h>
@@ -38,3 +39,5 @@ extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Inf
3839
/* setitimer operates at 100 millisecond resolution */
3940
extern int setitimer(int which, const struct itimerval *value,
4041
struct itimerval *ovalue);
42+
43+
#endif

0 commit comments

Comments
 (0)