This commit is contained in:
Russ Cox
2005-11-08 01:35:49 +00:00
parent d6701f9376
commit ee5fc884bd
16 changed files with 210 additions and 80 deletions

View File

@ -5,6 +5,7 @@
# endif
#elif defined(WINDOWS)
# include "9windows.h"
# define main mymain
#else
# error "Define an OS"
#endif