mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:39:59 -04:00
win32 isc/condition.h did not need <isc/result.h>
This commit is contained in:
parent
b99d080717
commit
5610876d1b
2 changed files with 2 additions and 3 deletions
4
CHANGES
4
CHANGES
|
|
@ -22,8 +22,8 @@
|
|||
<isc/net.h> and Win32's <isc/thread.h> needed
|
||||
ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
|
||||
|
||||
135. [cleanup] Win32's <isc/condition.h> did not need
|
||||
<isc/boolean.h>, now uses <isc/types.h> in place
|
||||
135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
|
||||
or <isc/boolean.h>, now uses <isc/types.h> in place
|
||||
of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
|
||||
and ISC_LANG_ENDDECLS.
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
#include <windows.h>
|
||||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/result.h>
|
||||
#include <isc/mutex.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue