aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/windows
diff options
context:
space:
mode:
authorJonathan Gray2003-07-13 13:57:19 +0000
committerJonathan Gray2003-07-13 13:57:19 +0000
commitbc1120b67ac85447cbb3dae5402c86451f7d9103 (patch)
treef7ec9fc1dfb7c16a368dfe1b5e02af21084cab1b /backends/fs/windows
parent70866ef72f026bd92e6ec8c56a750676263cddf1 (diff)
downloadscummvm-rg350-bc1120b67ac85447cbb3dae5402c86451f7d9103.tar.gz
scummvm-rg350-bc1120b67ac85447cbb3dae5402c86451f7d9103.tar.bz2
scummvm-rg350-bc1120b67ac85447cbb3dae5402c86451f7d9103.zip
linux/mingw compilation fix pointed out by Jeroen Janssen
svn-id: r8984
Diffstat (limited to 'backends/fs/windows')
-rw-r--r--backends/fs/windows/windows-fs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp
index c42d592574..412c131c2e 100644
--- a/backends/fs/windows/windows-fs.cpp
+++ b/backends/fs/windows/windows-fs.cpp
@@ -25,7 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
-#include <TCHAR.h>
+#include <tchar.h>
/*
* Implementation of the ScummVM file system API based on Windows API.