mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-04 15:33:19 +00:00
Fix compile for win32
This commit is contained in:
parent
a96e7db6ae
commit
79f0092c70
|
@ -39,6 +39,7 @@ typedef unsigned int in_addr_t;
|
|||
#define T_CNAME DNS_TYPE_CNAME
|
||||
#define T_MX DNS_TYPE_MX
|
||||
#define T_TXT DNS_TYPE_TXT
|
||||
#define T_SRV DNS_TYPE_SRV
|
||||
|
||||
#define C_IN 1
|
||||
|
||||
|
@ -48,6 +49,8 @@ typedef unsigned int in_addr_t;
|
|||
#define NOTIMP 4
|
||||
#define REFUSED 5
|
||||
|
||||
#define sleep(seconds) Sleep((seconds)*1000)
|
||||
|
||||
typedef struct {
|
||||
unsigned id :16; /* query identification number */
|
||||
/* fields in third byte */
|
||||
|
|
Loading…
Reference in a new issue