comparison win/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 412af8059331
children 71e0a3ad07f7
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 #include <windows.h> 6 #include <windows.h>
7 7
8 #include "compat.h" 8 #include "dwcompat.h"
9 #include <errno.h> 9 #include <errno.h>
10 #include <direct.h> 10 #include <direct.h>
11 11
12 #define error(rc) errno = 255 12 #define error(rc) errno = 255
13 13