diff options
Diffstat (limited to 'ares/config-win32.h')
-rw-r--r-- | ares/config-win32.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h index 4847507f5..cbf4d5dd1 100644 --- a/ares/config-win32.h +++ b/ares/config-win32.h @@ -1,3 +1,6 @@ +#ifndef __ARES_CONFIG_WIN32_H +#define __ARES_CONFIG_WIN32_H + /* $Id$ */ /* Copyright (C) 2004 - 2005 by Daniel Stenberg et al @@ -13,9 +16,6 @@ * without express or implied warranty. */ -#ifndef __CONFIG_WIN32_H -#define __CONFIG_WIN32_H - #define HAVE_WINDOWS_H #define HAVE_WINSOCK2_H #define HAVE_WS2TCPIP_H @@ -36,4 +36,4 @@ #define HAVE_STRUCT_ADDRINFO #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -#endif /* __CONFIG_WIN32_H */ +#endif /* __ARES_CONFIG_WIN32_H */ |