From a7e52dfccdd1af7a88d863ecfffbcb8607566974 Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 15 Feb 2011 17:56:10 +0000 Subject: [PATCH] Correct the include guard in config_vc6.h to reflect its actual name git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3562 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/config_vc6.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sc2/src/config_vc6.h b/sc2/src/config_vc6.h index 660b8bc58..b7b97b110 100644 --- a/sc2/src/config_vc6.h +++ b/sc2/src/config_vc6.h @@ -7,8 +7,8 @@ * config_win.h is generated from src/config_win.h.in. */ -#ifndef _CONFIG_H -#define _CONFIG_H +#ifndef _CONFIG_VC6_H +#define _CONFIG_VC6_H /* Directory where the UQM game data is located */ #define CONTENTDIR "../content/" @@ -57,5 +57,5 @@ /* Defined if your system has wint_t of its own */ #define HAVE_WINT_T -#endif /* _CONFIG_H */ +#endif /* _CONFIG_VC6_H */