[Scummvm-cvs-logs] scummvm master -> aadb4f74591f4044c82cf9de5cbac1694b9cd55c

dreammaster dreammaster at scummvm.org
Wed Apr 13 12:47:51 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:
aadb4f7459 WEBOS: Moved #include lines inside #ifdef WEBOS to fix MSVC compilation


Commit: aadb4f74591f4044c82cf9de5cbac1694b9cd55c
    https://github.com/scummvm/scummvm/commit/aadb4f74591f4044c82cf9de5cbac1694b9cd55c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-04-13T03:46:24-07:00

Commit Message:
WEBOS: Moved #include lines inside #ifdef WEBOS to fix MSVC compilation

Changed paths:
    backends/events/webossdl/webossdl-events.cpp



diff --git a/backends/events/webossdl/webossdl-events.cpp b/backends/events/webossdl/webossdl-events.cpp
index 7685e71..fd96289 100644
--- a/backends/events/webossdl/webossdl-events.cpp
+++ b/backends/events/webossdl/webossdl-events.cpp
@@ -23,12 +23,12 @@
  *
  */
 
+#ifdef WEBOS
+
 #include "common/scummsys.h"
 #include "sys/time.h"
 #include "time.h"
 
-#ifdef WEBOS
-
 #include "backends/events/webossdl/webossdl-events.h"
 #include "gui/message.h"
 






More information about the Scummvm-git-logs mailing list