diff options
author | glx <glx@openttd.org> | 2007-12-09 20:20:52 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-12-09 20:20:52 +0000 |
commit | 46c0edc80be8215f49cce21874f8dbd2d86d7ffd (patch) | |
tree | 0c9522cdd48d799eff01dbda6911aca6721e9de3 | |
parent | 6aaa72c9188f5c653c98258c590f377aff6cb1eb (diff) | |
download | openttd-46c0edc80be8215f49cce21874f8dbd2d86d7ffd.tar.xz |
(svn r11610) -Cleanup (r8572): remove orphan comment
-rw-r--r-- | src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdafx.h b/src/stdafx.h index 34fc57ee8..a9cd8feb5 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -207,7 +207,6 @@ #define strcasecmp stricmp #define strncasecmp strnicmp #endif -/* suppress: warning C4005: 'offsetof' : macro redefinition (VC8) */ #endif /* defined(_MSC_VER) */ #if defined(WINCE) |