diff options
author | Yang Tse <yangsita@gmail.com> | 2005-12-17 21:20:35 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2005-12-17 21:20:35 +0000 |
commit | 23b34744d9d3ec2623b5f6be5051ab7e094f63e8 (patch) | |
tree | 39f1df511be38e1538ebe7c850f237c981e683bc /ares | |
parent | bc8590aa12b93f2df1ad20f53f4cce39724d140e (diff) |
Cleanup
Diffstat (limited to 'ares')
-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 */ |