diff 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
line wrap: on
line diff
--- a/win/dirent.c	Sat Feb 18 20:45:51 2012 +0000
+++ b/win/dirent.c	Thu Feb 23 12:44:15 2012 +0000
@@ -5,7 +5,7 @@
 
 #include <windows.h>
 
-#include "compat.h"
+#include "dwcompat.h"
 #include <errno.h>
 #include <direct.h>