[Scummvm-git-logs] scummvm master -> 6a081212f148cb36cdf6e65589bb63b6bf17887c

sev- sev at scummvm.org
Tue Aug 30 21:29:29 CEST 2016


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:
6a081212f1 CLOUD: Fix Windows cross-compilation


Commit: 6a081212f148cb36cdf6e65589bb63b6bf17887c
    https://github.com/scummvm/scummvm/commit/6a081212f148cb36cdf6e65589bb63b6bf17887c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-08-30T21:29:22+02:00

Commit Message:
CLOUD: Fix Windows cross-compilation

Changed paths:
    backends/networking/browser/openurl-windows.cpp



diff --git a/backends/networking/browser/openurl-windows.cpp b/backends/networking/browser/openurl-windows.cpp
index 53d76f0..b78c9fa 100644
--- a/backends/networking/browser/openurl-windows.cpp
+++ b/backends/networking/browser/openurl-windows.cpp
@@ -23,7 +23,7 @@
 #include "backends/networking/browser/openurl.h"
 #include "common/textconsole.h"
 #include <windows.h>
-#include <Shellapi.h>
+#include <shellapi.h>
 
 namespace Networking {
 namespace Browser {
@@ -40,4 +40,3 @@ bool openUrl(const Common::String &url) {
 
 } // End of namespace Browser
 } // End of namespace Networking
-





More information about the Scummvm-git-logs mailing list