diff --git a/dll/kernel32.cpp b/dll/kernel32.cpp index c8808dc..f5195d8 100644 --- a/dll/kernel32.cpp +++ b/dll/kernel32.cpp @@ -723,11 +723,6 @@ namespace kernel32 { auto path = files::pathFromWindows(lpFileName); DEBUG_LOG("FindFirstFileA %s (%s)\n", lpFileName, path.c_str()); - if (strchr(path.c_str(), '*') != NULL) { - printf("path: %s\n", path.c_str()); - assert(!"wildcards are not supported yet :c"); - } - lpFindFileData->ftCreationTime = defaultFiletime; lpFindFileData->ftLastAccessTime = defaultFiletime; lpFindFileData->ftLastWriteTime = defaultFiletime;