TODO 436 B

12345678910111213
  1. - update the Makefile so that Cygwin can generate a DLL. The entire codebase
  2. compiles under Cygwin otherwise.
  3. - Hmm...we can determine the actual CD-ROM drives under Win32, but how do you
  4. decide that there's no disc in the drive?
  5. - MacOS support.
  6. - Move the integer types to something abstract. uint32, etc.
  7. - Ditch the "standard" i/o routines (fopen() and friends) and move this into
  8. the platform drivers.
  9. // end of TODO ...