Last modified 5 years ago
Last modified on 2008-02-23 03:18:58
This code sits in lib/sysdep/<platform>/* and implements different lib/ APIs as neccessary. Most of the low-level code is built around our POSIX layer, which is made so that in most cases Linux APIs can be used out-of-the-box.
Windows
- Windows AIO (waio?)
- Debugging (wdbg?)
- SDL (wsdl?)
- Microsoft CRT Workarounds?
- ...... and more
Linux
- Debugging (udbg?)
- X11 Clipboard?
- FAM Directory Watcher?
