You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Fix some whitespace errors.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From b875ea79f656a5192b8214f2598cd62866b9fbee Mon Sep 17 00:00:00 2001
|
||||
From 12605782b6c72810d35780e522dfd86d9b11a89d Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?R=C3=A9mi=20Bernon?= <rbernon@codeweavers.com>
|
||||
Date: Mon, 12 Oct 2020 12:50:32 +0200
|
||||
Subject: [PATCH] windows.gaming.input: Implement IRawGameControllerStatics
|
||||
@@ -213,7 +213,7 @@ index ac403a78a4d..90e9b660633 100644
|
||||
wine/debug.h \
|
||||
diff --git a/include/asyncinfo.idl b/include/asyncinfo.idl
|
||||
new file mode 100644
|
||||
index 00000000000..61784bc65ac
|
||||
index 00000000000..9185bf6880a
|
||||
--- /dev/null
|
||||
+++ b/include/asyncinfo.idl
|
||||
@@ -0,0 +1,45 @@
|
||||
@@ -244,8 +244,8 @@ index 00000000000..61784bc65ac
|
||||
+typedef [v1_enum] enum AsyncStatus
|
||||
+{
|
||||
+ Started = 0,
|
||||
+ Completed,
|
||||
+ Canceled,
|
||||
+ Completed,
|
||||
+ Canceled,
|
||||
+ Error,
|
||||
+} AsyncStatus;
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user