https://bugs.winehq.org/show_bug.cgi?id=53683
--- Comment #5 from Erich E. Hoover erich.e.hoover@gmail.com --- (In reply to gem-man-alt from comment #4)
... Sorry, exactly which lines do I comment to disable the check? I know nothing about programming
This is probably the easiest thing to do (remove the entire new block): === #if 0 if (find_reparse_target( unix_name, &target, &target_len ) == STATUS_SUCCESS) ... else if (!name_len) #else if (!name_len) #endif ===
Is there an easy way for me to test with this program?