[Scummvm-git-logs] scummvm master -> 6379adad21b2b4a4b24af305c6ef03330183ac81
ccawley2011
ccawley2011 at gmail.com
Fri May 29 20:18:18 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6379adad21 WIN32: Fix missing include
Commit: 6379adad21b2b4a4b24af305c6ef03330183ac81
https://github.com/scummvm/scummvm/commit/6379adad21b2b4a4b24af305c6ef03330183ac81
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-05-29T21:17:34+01:00
Commit Message:
WIN32: Fix missing include
Changed paths:
backends/platform/sdl/win32/win32.cpp
diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp
index 58f6c67bc9..638174df55 100644
--- a/backends/platform/sdl/win32/win32.cpp
+++ b/backends/platform/sdl/win32/win32.cpp
@@ -33,6 +33,7 @@
#define _WIN32_IE 0x500
#endif
#include <shlobj.h>
+#include <wchar.h>
#include "common/scummsys.h"
#include "common/config-manager.h"
More information about the Scummvm-git-logs
mailing list