summaryrefslogtreecommitdiff
path: root/src/fileio.cpp
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2021-02-21 20:04:24 +0100
committerNiels Martin Hansen <nielsm@indvikleren.dk>2021-02-23 11:25:39 +0100
commitbeeb9e0a1b1c6ceb61499edeb8cd6cf7999d12ea (patch)
tree49a38ab01da7773138ac04d50bf4211cf9157941 /src/fileio.cpp
parent4bc69fec622f2f5f628b2344566994e2da005515 (diff)
downloadopenttd-beeb9e0a1b1c6ceb61499edeb8cd6cf7999d12ea.tar.xz
Remove: [Win32] Last pretenses of being able to build for Windows 95
Diffstat (limited to 'src/fileio.cpp')
-rw-r--r--src/fileio.cpp2
1 files changed, 1 insertions, 1 deletions
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,