summaryrefslogtreecommitdiff
path: root/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2005-12-17 21:20:35 +0000
committerYang Tse <yangsita@gmail.com>2005-12-17 21:20:35 +0000
commitecf65daa5e4f19022e8a0664b03d32b37a89612f (patch)
treeb3a3112cf18f99c0539d76e1959967bb9adddc9b /config-win32.h
parent736bae28d078fd05e5b87d47e7f51142905cefd1 (diff)
downloadc-ares-ecf65daa5e4f19022e8a0664b03d32b37a89612f.tar.gz
c-ares-ecf65daa5e4f19022e8a0664b03d32b37a89612f.tar.bz2
c-ares-ecf65daa5e4f19022e8a0664b03d32b37a89612f.zip
Cleanup
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config-win32.h b/config-win32.h
index 4847507..cbf4d5d 100644
--- a/config-win32.h
+++ b/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 */