comparison loader/win32.c @ 8764:081116fcc50a

voxvare audio fix patch by Charles Philip Chan <cpchan@sympatico.ca>
author arpi
date Sat, 04 Jan 2003 11:18:42 +0000
parents f1744696fa72
children b16c91194e40
comparison
equal deleted inserted replaced
8763:19e96e60a3d0 8764:081116fcc50a
3306 #endif 3306 #endif
3307 printf("\n### FindFirstFileA('%s')...\n",s); 3307 printf("\n### FindFirstFileA('%s')...\n",s);
3308 dbgprintf("FindFirstFileA(0x%x='%s', 0x%x) => 0\n", s, s, lpfd); 3308 dbgprintf("FindFirstFileA(0x%x='%s', 0x%x) => 0\n", s, s, lpfd);
3309 strcpy(lpfd->cFileName, "msms001.vwp"); 3309 strcpy(lpfd->cFileName, "msms001.vwp");
3310 strcpy(lpfd->cAlternateFileName, "msms001.vwp"); 3310 strcpy(lpfd->cAlternateFileName, "msms001.vwp");
3311 return (HANDLE)-1; 3311 return (HANDLE)0;
3312 } 3312 }
3313 3313
3314 static WIN_BOOL WINAPI expFindClose(HANDLE h) 3314 static WIN_BOOL WINAPI expFindClose(HANDLE h)
3315 { 3315 {
3316 dbgprintf("FindClose(0x%x) => 0\n", h); 3316 dbgprintf("FindClose(0x%x) => 0\n", h);