mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Rebase against 5a8dcb062793fbb68997e1b54ebc2666a2b2834d.
This commit is contained in:
parent
4d66e1bf6b
commit
e41287e81a
@ -51,7 +51,7 @@ usage()
|
||||
# Get the upstream commit sha
|
||||
upstream_commit()
|
||||
{
|
||||
echo "a87abdbe85779adf6a2a7897bd88984587880693"
|
||||
echo "5a8dcb062793fbb68997e1b54ebc2666a2b2834d"
|
||||
}
|
||||
|
||||
# Show version information
|
||||
|
@ -28,7 +28,7 @@ index 43cbea2ec87..047fe00e39d 100644
|
||||
BOOL desktop;
|
||||
} ContextMenu;
|
||||
|
||||
+static BOOL DoPaste(ContextMenu *This);
|
||||
+static HRESULT DoPaste(ContextMenu *This);
|
||||
+
|
||||
static inline ContextMenu *impl_from_IContextMenu3(IContextMenu3 *iface)
|
||||
{
|
||||
|
@ -1 +1 @@
|
||||
a87abdbe85779adf6a2a7897bd88984587880693
|
||||
5a8dcb062793fbb68997e1b54ebc2666a2b2834d
|
||||
|
Loading…
x
Reference in New Issue
Block a user