src/win32/libc_interface.h

changeset 5113
8e545faf3d80
parent 5084
21d2e7ec99ce
child 5913
4d016c00bb36
equal deleted inserted replaced
5112:9ccffb7d7d5b 5113:8e545faf3d80
91 91
92 /* sys/stat.h */ 92 /* sys/stat.h */
93 #define mkdir(a,b) _mkdir((a)) 93 #define mkdir(a,b) _mkdir((a))
94 #define fchmod(a,b) 94 #define fchmod(a,b)
95 95
96 /* time.h */
97 extern struct tm *wgaim_localtime_r(const time_t *time, struct tm *resultp);
98 #define localtime_r( time, resultp ) \
99 wgaim_localtime_r( ## time ##, ## resultp ## )
100
96 #endif /* _LIBC_INTERFACE_H_ */ 101 #endif /* _LIBC_INTERFACE_H_ */

mercurial