From beeb9e0a1b1c6ceb61499edeb8cd6cf7999d12ea Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Sun, 21 Feb 2021 20:04:24 +0100 Subject: Remove: [Win32] Last pretenses of being able to build for Windows 95 --- src/fileio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileio.cpp') diff --git a/src/fileio.cpp b/src/fileio.cpp index d6dee0a3f..045e56181 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -340,7 +340,7 @@ std::string FioFindDirectory(Subdirectory subdir) static FILE *FioFOpenFileSp(const std::string &filename, const char *mode, Searchpath sp, Subdirectory subdir, size_t *filesize) { -#if defined(_WIN32) && defined(UNICODE) +#if defined(_WIN32) /* fopen is implemented as a define with ellipses for * Unicode support (prepend an L). As we are not sending * a string, but a variable, it 'renames' the variable, -- cgit v1.2.3-54-g00ecf