Update all problematic include guards.

All-caps identifiers that start with an underscore may be reserved
for compiler or library use, and recent versions of gcc or glibc
have been stealing symbols away from us.
This commit is contained in:
Michael Martin
2018-01-20 18:02:03 -08:00
parent 327e3f2566
commit 6428238e51
194 changed files with 566 additions and 566 deletions
+3 -3
View File
@@ -7,8 +7,8 @@
* config_win.h is generated from src/config_win.h.in.
*/
#ifndef _CONFIG_VC6_H
#define _CONFIG_VC6_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_VC6_H */
#endif /* CONFIG_VC6_H_ */