comparison os2/dirent.c @ 1404:56f311dc23f6

Changes to get the library building with Watcom on OS/2. These changes mean that VisualAge 3.0 will no longer build the library. Please use version 3.6 or higher.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 29 Nov 2011 15:25:41 +0000
parents 184b3aedc2ff
children 6baf177f335c
comparison
equal deleted inserted replaced
1403:20c6d0c50c94 1404:56f311dc23f6
5 5
6 #define INCL_DOSFILEMGR 6 #define INCL_DOSFILEMGR
7 #define INCL_DOSERRORS 7 #define INCL_DOSERRORS
8 #include "compat.h" 8 #include "compat.h"
9 #include <errno.h> 9 #include <errno.h>
10
11 #ifdef __WATCOMC__
12 #include "platform\dirent.h"
13 typedef struct _dirdescr DIRW;
14 #define DIR DIRW
15 #endif
10 16
11 # define FFBUF FILEFINDBUF3 17 # define FFBUF FILEFINDBUF3
12 # define Word ULONG 18 # define Word ULONG
13 /* 19 /*
14 * LS20 recommends a request count of 100, but according to the 20 * LS20 recommends a request count of 100, but according to the