diff options
-rw-r--r-- | loader/win32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/win32.c b/loader/win32.c index b32d2f60c1..f8e589be68 100644 --- a/loader/win32.c +++ b/loader/win32.c @@ -3304,6 +3304,7 @@ static HANDLE WINAPI expFindFirstFileA(LPCSTR s, LPWIN32_FIND_DATAA lpfd) return FILE_HANDLE_quicktimeqts; } #endif + printf("\n### FindFirstFileA('%s')...\n",s); dbgprintf("FindFirstFileA(0x%x='%s', 0x%x) => 0\n", s, s, lpfd); strcpy(lpfd->cFileName, "msms001.vwp"); strcpy(lpfd->cAlternateFileName, "msms001.vwp"); |