mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 10:21:10 -05:00
The win32 isc/time.h was missing <time.h> header leading to:
lib\isc\win32\include\isc\time.h(29): warning C4013: 'gmtime_s'
undefined; assuming extern returning int (compiling source file
..\app.c) [lib\isc\win32\libisc.vcxproj]
lib\isc\win32\include\isc\time.h(39): warning C4013: 'localtime_s'
undefined; assuming extern returning int (compiling source file
..\app.c) [lib\isc\win32\libisc.vcxproj]
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| samples | ||
| win32/bindevt | ||
| .gitignore | ||
| Kyuafile | ||
| Makefile.in | ||