mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
Update bootstrap sources.
This commit is contained in:
parent
afb70fa178
commit
d6acf11700
211 changed files with 432 additions and 377 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue