diff options
author | Max Horn | 2002-05-14 23:43:05 +0000 |
---|---|---|
committer | Max Horn | 2002-05-14 23:43:05 +0000 |
commit | 0eb5120edb61d3840e9abf94f8c96059502c011c (patch) | |
tree | caa8a6afeb22ed088e3bc9ee81d09c037d61bfd6 | |
parent | 64c6113d1541f79bb082c5c75bed88f31fe1b65b (diff) | |
download | scummvm-rg350-0eb5120edb61d3840e9abf94f8c96059502c011c.tar.gz scummvm-rg350-0eb5120edb61d3840e9abf94f8c96059502c011c.tar.bz2 scummvm-rg350-0eb5120edb61d3840e9abf94f8c96059502c011c.zip |
identifies that start with two underscores are reserved for system libs/the compiler and should never be used
svn-id: r4334
-rw-r--r-- | config-file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-file.h b/config-file.h index 2e2f20477b..3932a40f4e 100644 --- a/config-file.h +++ b/config-file.h @@ -20,8 +20,8 @@ * */ -#ifndef __CONFIG_FILE_H__ -#define __CONFIG_FILE_H__ +#ifndef CONFIG_FILE_H +#define CONFIG_FILE_H class hashconfig; |