diff options
Diffstat (limited to 'README.WinCE')
-rw-r--r-- | README.WinCE | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/README.WinCE b/README.WinCE index 2d4212e..a2cd8c2 100644 --- a/README.WinCE +++ b/README.WinCE @@ -2,14 +2,5 @@ WinCE port ---------- (See the file WinCE-PORT for a detailed explanation.) -In config.h: - -you need to define the following which are undefined by default: - -#define NEED_DUPLICATEHANDLE -#define NEED_CREATETHREAD -#define NEED_ERRNO -#define NEED_CALLOC -#define NEED_FTIME -#define NEED_SEM - +Make sure you define "WINCE" amongst your compiler flags (eg. -DWINCE). +The config.h file will define all the necessary defines for you. |