equal
deleted
inserted
replaced
1 - Make win32.c compile under Cygwin. It's just one function (fullpath()) that |
1 |
2 needs to be replaced. |
2 - update the Makefile so that Cygwin can generate a DLL. The entire codebase |
|
3 compiles under Cygwin otherwise. |
3 - Hmm...we can determine the actual CD-ROM drives under Win32, but how do you |
4 - 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 decide that there's no disc in the drive? |
|
6 - MacOS support. |
|
7 - Move the integer types to something abstract. uint32, etc. |
|
8 - Ditch the "standard" i/o routines (fopen() and friends) and move this into |
|
9 the platform drivers. |
5 |
10 |
6 // end of TODO ... |
11 // end of TODO ... |
7 |
12 |
8 |
13 |