Skip to content

Commit

Permalink
''
Browse files Browse the repository at this point in the history
  • Loading branch information
rpj committed Apr 25, 2005
1 parent 57ad56e commit fe6f72c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions WinCE-PORT
@@ -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,
Expand Down
4 changes: 2 additions & 2 deletions config.h
Expand Up @@ -34,7 +34,7 @@
/* Define if you don't have Win32 ftime. (eg. WinCE) */
#undef NEED_FTIME

/* Define if you don't have Win32 semaphores. (eg. WinCE) */
/* Define if you don't have Win32 semaphores. (eg. WinCE 2.1 or earlier) */
#undef NEED_SEM

/* Define if you need to convert string parameters to unicode. (eg. WinCE) */
Expand Down Expand Up @@ -100,7 +100,7 @@
#define NEED_ERRNO
#define NEED_CALLOC
#define NEED_FTIME
#define NEED_SEM
//#define NEED_SEM
#define NEED_UNICODE_CONSTS
#define NEED_PROCESS_AFFINITY_MASK
#endif
Expand Down

0 comments on commit fe6f72c

Please sign in to comment.