Index: elf.h =================================================================== RCS file: /sources/tinycc/tinycc/elf.h,v retrieving revision 1.5 diff -u -r1.5 elf.h --- elf.h 4 Dec 2007 20:38:09 -0000 1.5 +++ elf.h 7 Dec 2007 16:33:30 -0000 @@ -21,7 +21,7 @@ #ifndef _ELF_H #define _ELF_H 1 -#ifndef WIN32 +#ifndef _WIN32 #include #else #ifndef __int8_t_defined