Fix winrt patch not applying due to line endings.
parent
940fb0f6db
commit
ccf126fdfc
|
@ -0,0 +1,2 @@
|
|||
# do not fix line endings on patch file as it will not apply correctly
|
||||
winrt.*.patch text eol=crlf
|
|
@ -1,6 +1,5 @@
|
|||
diff -p1 -U1 -r a/roapi.h b/roapi.h
|
||||
--- a/roapi.h 2024-01-22 02:10:15.948390337 +0100
|
||||
+++ b/roapi.h 2024-01-22 02:10:39.815131639 +0100
|
||||
--- a/roapi.h 2025-04-27 14:08:27.170499015 +0200
|
||||
+++ b/roapi.h 2025-04-27 14:09:28.870444546 +0200
|
||||
@@ -32,2 +32,4 @@ extern "C" {
|
||||
|
||||
+#pragma region Desktop Family
|
||||
|
|
Loading…
Reference in New Issue