diff options
| author | oy <Tom_Adams@web.de> | 2011-04-13 20:22:10 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-13 20:22:10 +0200 |
| commit | e6f0318bdfa49bde503742c856c8415f9b2c8018 (patch) | |
| tree | 5726e025088ea0173a28c44e9776f70203a8f413 /src/base/detect.h | |
| parent | aeec62266b2f23a16b54dfe58b113efcd7adc83d (diff) | |
| download | zcatch-e6f0318bdfa49bde503742c856c8415f9b2c8018.tar.gz zcatch-e6f0318bdfa49bde503742c856c8415f9b2c8018.zip | |
added "fixed some header guards and added a script to fix them all!" by Choupom
Diffstat (limited to 'src/base/detect.h')
| -rw-r--r-- | src/base/detect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/detect.h b/src/base/detect.h index ca2efb9c..534339dd 100644 --- a/src/base/detect.h +++ b/src/base/detect.h @@ -1,7 +1,7 @@ /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ -#ifndef BASELIB_FILE_CONFIG_H -#define BASELIB_FILE_CONFIG_H +#ifndef BASE_DETECT_H +#define BASE_DETECT_H /* this file detected the family, platform and architecture |