Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 436 Bytes

TODO

File metadata and controls

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