Changes between Initial Version and Version 1 of Platform_Specifics


Ignore:
Timestamp:
Feb 23, 2008, 4:18:58 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Platform_Specifics

    v1 v1  
     1This code sits in lib/sysdep/<platform>/* and implements different lib/ APIs as neccessary. Most of the low-level code is built around our [wiki:POSIX_Definitions POSIX layer], which is made so that in most cases Linux APIs can be used out-of-the-box.
     2
     3== Windows ==
     4 * Windows AIO ([wiki:waio])
     5 * Debugging ([wiki:wdbg])
     6 * SDL ([wiki:wsdl])
     7 * [wiki:MSVCRT_Is_Broken Microsoft CRT Workarounds]
     8 * ...... and more
     9
     10== Linux ==
     11 * Debugging ([wiki:udbg])
     12 * [wiki:X11_Clipboard X11 Clipboard]
     13 * [wiki:FAM_Directory_Watcher FAM Directory Watcher]