diff options
author | rpj <rpj> | 2005-04-25 02:18:00 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-25 02:18:00 +0000 |
commit | 75a3015fd7412637a02b1b016b367f5deadfde94 (patch) | |
tree | 379e00e13e03f8604787afd0bd0cbb0bc52a347a /WinCE-PORT | |
parent | bbae92ba08f8bc5d4d93d45b3e032686270dc99e (diff) |
''
Diffstat (limited to 'WinCE-PORT')
-rw-r--r-- | WinCE-PORT | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +NOTE: The comments in this file relate to the original WinCE port +done by Tristan Savatier. The semaphore routines have been +completely rewritten since (2005-04-25), having been progressively +broken more and more by changes to the library. All of the semaphore +routines implemented for W9x/WNT/2000 and up should now also work for +WinCE. Also, pthread_mutex_timedlock should now work. [RPJ] + +---- + Some interesting news: I have been able to port pthread-win32 to Windows-CE, |