compiler/bootstrap/windows-48/WindowsWrapper.h
2016-06-16 16:51:11 +01:00

9 lines
189 B
C

// WindowsWrapper.h
//
// Includes Windows.h while avoiding conflicts with Oberon types.
#undef BOOLEAN
#undef CHAR
#include <windows.h>
#define BOOLEAN char
#define CHAR unsigned char