[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:23 UTC 2012


The following commit has been merged in the wheezy branch:
commit 5f47fe5f197983745303ceaf5841985626e2e164
Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Wed Apr 18 16:29:35 2012 +0900

    include: Add some missing FILE_FLAG_xxx definitions.
    (cherry picked from commit 492732aa32009c0031851e40d6b07183bdd826a0)

diff --git a/include/winbase.h b/include/winbase.h
index b87114f..2cb3d1a 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -707,6 +707,9 @@ typedef struct _TIME_ZONE_INFORMATION{
 #define FILE_FLAG_BACKUP_SEMANTICS      0x02000000
 #define FILE_FLAG_POSIX_SEMANTICS       0x01000000
 #define FILE_FLAG_OPEN_REPARSE_POINT    0x00200000
+#define FILE_FLAG_OPEN_NO_RECALL        0x00100000
+#define FILE_FLAG_FIRST_PIPE_INSTANCE   0x00080000
+
 #define CREATE_NEW              1
 #define CREATE_ALWAYS           2
 #define OPEN_EXISTING           3

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list