deprecate some cruft and hopefully it won't break anything

pull/31/head
Ryan Tharp 6 years ago
parent f2fc95550d
commit 1e43fc2243

@ -1,13 +1,14 @@
#ifndef LLARP_DNS_H_
#define LLARP_DNS_H_
#include <llarp/ev.h> // for sockaadr
#include <sys/types.h> // for uint & ssize_t
//#include <llarp/ev.h> // for sockaadr
//#include <sys/types.h> // for uint & ssize_t
// all uint should have been removed in favor of uint_16t
/* non-cygnus does not have this type */
#ifdef _WIN32
#define uint UINT
#endif
//#ifdef _WIN32
//#define uint UINT
//#endif
#ifdef __cplusplus
extern "C"

Loading…
Cancel
Save