comparison src/w32.c @ 80030:6b3001cc9ca9

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 05 Feb 2008 02:30:41 +0000
parents fc2bcd2a8aad
children 6e2a0297b94d f991f10f15ec
comparison
equal deleted inserted replaced
80029:e1b6ef5c6464 80030:6b3001cc9ca9
1589 if (get_volume_info (name, pPath)) 1589 if (get_volume_info (name, pPath))
1590 return (volume_info.maxcomp == 12); 1590 return (volume_info.maxcomp == 12);
1591 return FALSE; 1591 return FALSE;
1592 } 1592 }
1593 1593
1594 /* Map filename to a legal 8.3 name if necessary. */ 1594 /* Map filename to a valid 8.3 name if necessary. */
1595 const char * 1595 const char *
1596 map_w32_filename (const char * name, const char ** pPath) 1596 map_w32_filename (const char * name, const char ** pPath)
1597 { 1597 {
1598 static char shortname[MAX_PATH]; 1598 static char shortname[MAX_PATH];
1599 char * str = shortname; 1599 char * str = shortname;