--- np2/sdl/win32s/compiler.h 2005/02/11 21:17:22 1.7 +++ np2/sdl/win32s/compiler.h 2005/03/19 23:06:18 1.9 @@ -25,9 +25,9 @@ typedef unsigned short UINT16; typedef signed int SINT32; #endif -#define BRESULT UINT8 +#define BRESULT UINT #define OEMCHAR char -#define OEMTEXT(string) (string) +#define OEMTEXT(string) string #define OEMSPRINTF sprintf #define OEMSTRLEN strlen @@ -39,7 +39,6 @@ typedef signed int SINT32; #include "common.h" #include "milstr.h" -#include "codecnv.h" #include "_memory.h" #include "rect.h" #include "lstarray.h"