CVS: winex/files dos_fs.c,1.38,1.39
[email protected] 31 Jul 2007 20:01:06 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/files dos_fs.c,1.38,1.39Update of /var/lib/cvsd/cvsroot/winex/files
In directory agravaine:/tmp/cvs-serv2453/files
Modified Files:
dos_fs.c
Log Message:
Fix Mac build breakage.
Index: dos_fs.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/files/dos_fs.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- dos_fs.c 31 Jul 2007 20:00:56 -0000 1.38
+++ dos_fs.c 31 Jul 2007 20:01:04 -0000 1.39
@@ -1864,7 +1864,9 @@
if ((pDev = DOSFS_GetDevice (lpFileName)))
{
info->dir = NULL;
+#ifdef CACHE_DIR_ENTRY
info->cur_dir_entry = 0;
+#endif
/* Values taken from XP SP 2 */
memset (data, 0, sizeof (*data));