Update gnulib to current trunk
[deliverable/binutils-gdb.git] / gnulib / import / rewinddir.c
index d8ae71405a85144480e2418a0d4d44acf7aae594..a18943d7d67a565a106e9a3533644ad86c5853fc 100644 (file)
 
 #include "dirent-private.h"
 
+/* Don't assume that UNICODE is not defined.  */
+#undef FindFirstFile
+#define FindFirstFile FindFirstFileA
+
 void
 rewinddir (DIR *dirp)
 {
This page took 0.023541 seconds and 4 git commands to generate.