[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:03:20 UTC 2012


The following commit has been merged in the wheezy branch:
commit 69a378c31b62d3ed772416bc9407802bb6819a8c
Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Apr 16 13:55:00 2012 +0200

    axcore.idl: Guard GetTimeFormat by WINE_NO_UNICODE_MACROS ifdef and added missing AM_GBF_NODDSURFACELOCK define.
    (cherry picked from commit c9178fdf6fe4d7c77422a786ce825a554424b5f5)

diff --git a/include/axcore.idl b/include/axcore.idl
index 66746d5..b8c0e69 100644
--- a/include/axcore.idl
+++ b/include/axcore.idl
@@ -21,7 +21,9 @@ cpp_quote("#define CHARS_IN_GUID 39")
 
 /* GetTimeFormat is defined in winnls.h as
  * either the W or A suffixed version */
+cpp_quote("#ifdef WINE_NO_UNICODE_MACROS")
 cpp_quote("#undef GetTimeFormat")
+cpp_quote("#endif")
 
 typedef struct _AMMediaType
 {
@@ -472,6 +474,7 @@ cpp_quote("#define AM_GBF_PREVFRAMESKIPPED 1")
 cpp_quote("#define AM_GBF_NOTASYNCPOINT 2")
 
 cpp_quote("#define AM_GBF_NOWAIT 4")
+cpp_quote("#define AM_GBF_NODDSURFACELOCK 8")
 
 [
 object,

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list