Update bootstrap sources.

This commit is contained in:
David Brown 2016-07-19 15:37:07 +01:00
parent afb70fa178
commit d6acf11700
211 changed files with 432 additions and 377 deletions

View file

@ -2,8 +2,9 @@
//
// Includes Windows.h while avoiding conflicts with Oberon types.
#define BOOLEAN _BOOLEAN
#define CHAR _CHAR
#include <windows.h>
#undef BOOLEAN
#undef CHAR
#include <windows.h>
#define BOOLEAN char
#define CHAR unsigned char