comparison os2/dirent.c @ 1594:6baf177f335c

Rename compat.c/h dwcompat.c/h and configure option to --with-dwcompat. There are several other projects that include compat.c and compat.h... To avoid conflicts make sure the header and source files match the library.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 23 Feb 2012 12:44:15 +0000
parents 56f311dc23f6
children
comparison
equal deleted inserted replaced
1593:19af25f71e1f 1594:6baf177f335c
3 #include <string.h> 3 #include <string.h>
4 #include <ctype.h> 4 #include <ctype.h>
5 5
6 #define INCL_DOSFILEMGR 6 #define INCL_DOSFILEMGR
7 #define INCL_DOSERRORS 7 #define INCL_DOSERRORS
8 #include "compat.h" 8 #include "dwcompat.h"
9 #include <errno.h> 9 #include <errno.h>
10 10
11 #ifdef __WATCOMC__ 11 #ifdef __WATCOMC__
12 #include "platform\dirent.h" 12 #include "platform\dirent.h"
13 typedef struct _dirdescr DIRW; 13 typedef struct _dirdescr DIRW;