mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated ntdll-RtlQueryPackageIdentity-update patchset
This commit is contained in:
parent
9832547e5c
commit
c9330ebfa3
@ -1,18 +1,18 @@
|
||||
From 9fa84d2a82ae2444f6fbe995cf1dbbf2003e6ea1 Mon Sep 17 00:00:00 2001
|
||||
From 3148c0a69b1dd084541d0e2b09ddd8f47ec732fc Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Sun, 17 Jan 2016 00:46:34 +0100
|
||||
Subject: [PATCH] include: Add IApplicationActivationManager interface
|
||||
declaration.
|
||||
|
||||
---
|
||||
include/shobjidl.idl | 36 ++++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 36 insertions(+)
|
||||
include/shobjidl.idl | 37 +++++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 37 insertions(+)
|
||||
|
||||
diff --git a/include/shobjidl.idl b/include/shobjidl.idl
|
||||
index e0fe01c..9d3b676 100644
|
||||
index e0fe01c..73278e4 100644
|
||||
--- a/include/shobjidl.idl
|
||||
+++ b/include/shobjidl.idl
|
||||
@@ -3713,6 +3713,34 @@ interface IItemNameLimits : IUnknown
|
||||
@@ -3713,6 +3713,35 @@ interface IItemNameLimits : IUnknown
|
||||
[out] int *max_length);
|
||||
}
|
||||
|
||||
@ -21,7 +21,8 @@ index e0fe01c..9d3b676 100644
|
||||
+ AO_NONE = 0x00000000,
|
||||
+ AO_DESIGNMODE = 0x00000001,
|
||||
+ AO_NOERRORUI = 0x00000002,
|
||||
+ AO_NOSPLASHSCREEN = 0x00000004
|
||||
+ AO_NOSPLASHSCREEN = 0x00000004,
|
||||
+ AO_PRELAUNCH = 0x02000000
|
||||
+} ACTIVATEOPTIONS;
|
||||
+
|
||||
+[
|
||||
@ -47,7 +48,7 @@ index e0fe01c..9d3b676 100644
|
||||
/*****************************************************************************
|
||||
* ShellObjects typelibrary
|
||||
*/
|
||||
@@ -3817,4 +3845,12 @@ library ShellObjects
|
||||
@@ -3817,4 +3846,12 @@ library ShellObjects
|
||||
{
|
||||
interface IQueryCancelAutoPlay;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user