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
This commit is contained in:
avolkov
2011-02-15 17:56:10 +00:00
parent 5c3c641e1a
commit a7e52dfccd
+3 -3
View File
@@ -7,8 +7,8 @@
* config_win.h is generated from src/config_win.h.in. * config_win.h is generated from src/config_win.h.in.
*/ */
#ifndef _CONFIG_H #ifndef _CONFIG_VC6_H
#define _CONFIG_H #define _CONFIG_VC6_H
/* Directory where the UQM game data is located */ /* Directory where the UQM game data is located */
#define CONTENTDIR "../content/" #define CONTENTDIR "../content/"
@@ -57,5 +57,5 @@
/* Defined if your system has wint_t of its own */ /* Defined if your system has wint_t of its own */
#define HAVE_WINT_T #define HAVE_WINT_T
#endif /* _CONFIG_H */ #endif /* _CONFIG_VC6_H */