diff options
author | rpj <rpj> | 1999-11-04 15:03:30 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-11-04 15:03:30 +0000 |
commit | 95ec053605b356b09aeb5ef888245a04ad3da53b (patch) | |
tree | 847c5a1f1aa06efe8296a63f9c72184424c69001 /README.WinCE | |
parent | c614567b4940f31a7ce98ceb9eb48b1241b4727a (diff) |
New files to support WinCE.snap-1999-05-30-wince-patches
Diffstat (limited to 'README.WinCE')
-rw-r--r-- | README.WinCE | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.WinCE b/README.WinCE new file mode 100644 index 0000000..8a0f9cb --- /dev/null +++ b/README.WinCE @@ -0,0 +1,13 @@ +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_ERRNO +#define NEED_CALLOC +#define NEED_FTIME +#define NEED_SEM + |