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:
@@ -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 */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user