aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/fs/windows/windows-fs.cpp2
-rw-r--r--common/stdafx.h2
2 files changed, 2 insertions, 2 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.
diff --git a/common/stdafx.h b/common/stdafx.h
index a5a82e70ad..9b834d3c5a 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -83,7 +83,7 @@
#include <assert.h>
#include <mmsystem.h>
#include <ctype.h>
-#include <Winuser.h>
+#include <winuser.h>
#include <direct.h>
#else