mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
Add bootstrap and master make files.
This commit is contained in:
parent
be80ad7ae3
commit
43c5f44c10
212 changed files with 97056 additions and 0 deletions
9
bootstrap/windows-48/WindowsWrapper.h
Normal file
9
bootstrap/windows-48/WindowsWrapper.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue