comparison win/dirent.c @ 1864:3816d76835e9

Some more MinGW build fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 07 Mar 2013 20:17:24 +0000
parents 22225eb286e5
children 22e3e829be13
comparison
equal deleted inserted replaced
1863:0656c716dc9f 1864:3816d76835e9
28 }; 28 };
29 29
30 /* 30 /*
31 * Return first char of filesystem type, or 0 if unknown. 31 * Return first char of filesystem type, or 0 if unknown.
32 */ 32 */
33 static char API getFSType(const char *path) 33 static char getFSType(const char *path)
34 { 34 {
35 static char cache[1+26]; 35 static char cache[1+26];
36 char drive[3]; 36 char drive[3];
37 UCHAR unit; 37 UCHAR unit;
38 char r; 38 char r;