pdewacht / oberon-risc-emu

Emulator for the Oberon RISC machine
273 stars 51 forks source link

build fix for MinGW #3

Closed ilovb closed 10 years ago

ilovb commented 10 years ago

The S_IRGRP, S_IWGRP, S_IROTH, and S_IWOTH macros are not defined on MinGW

pdewacht commented 10 years ago

Thanks, merged. But it looks like that code doesn't need anything beyond the functionality provided in the C standard. I'll probably rewrite it using stdio at some point in the future.

ilovb commented 10 years ago

It would be great