Revert "Fix a bug in the Windows Builds:"

This reverts commit ecb288138f.
This commit is contained in:
Holger Vogt 2025-09-06 17:46:50 +02:00
parent a754cc187b
commit 4693173d37
1 changed files with 0 additions and 4 deletions

View File

@ -9867,10 +9867,6 @@ char* get_windows_canonical_path(const char* input_path) {
return NULL;
}
/* If plain filename, just copy it. */
if (!strchr(input_path, '\\') && !strchr(input_path, '/'))
return copy(input_path);
inputLenMB = (int)strlen(input_path);
if (inputLenMB == 0) {