[Scummvm-cvs-logs] scummvm master -> 3a90d7bf3e395ef8e9b05ad62023d2932b51f7bd

Littleboy littleboy22 at gmail.com
Sat Jun 4 20:40:40 CEST 2011


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:
3a90d7bf3e BACKENDS: Fix compilation with mingw


Commit: 3a90d7bf3e395ef8e9b05ad62023d2932b51f7bd
    https://github.com/scummvm/scummvm/commit/3a90d7bf3e395ef8e9b05ad62023d2932b51f7bd
Author: Littleboy (littleboy at users.sourceforge.net)
Date: 2011-06-04T11:38:31-07:00

Commit Message:
BACKENDS: Fix compilation with mingw

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 fdee422..978f765 100644
--- a/backends/platform/sdl/win32/win32.cpp
+++ b/backends/platform/sdl/win32/win32.cpp
@@ -32,7 +32,7 @@
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #undef ARRAYSIZE // winnt.h defines ARRAYSIZE, but we want our own one...
-#include <ShellAPI.h>
+#include <shellapi.h>
 
 #include "backends/platform/sdl/win32/win32.h"
 #include "backends/fs/windows/windows-fs-factory.h"






More information about the Scummvm-git-logs mailing list