Created
August 7, 2021 07:31
-
-
Save asfdrwe/f5466c0a8af448a9464732d93f774521 to your computer and use it in GitHub Desktop.
crossover-21.0.0 distversion.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -uNr sources.orig/wine/include/distversion.h sources/wine/include/distversion.h | |
--- sources.orig/wine/include/distversion.h 1970-01-01 09:00:00.000000000 +0900 | |
+++ sources/wine/include/distversion.h 2021-02-07 17:03:44.000000000 +0900 | |
@@ -0,0 +1,12 @@ | |
+/* --------------------------------------------------------------- | |
+* distversion.c | |
+* | |
+* Copyright 2013, CodeWeavers, Inc. | |
+* | |
+* Information from DISTVERSION which needs to find | |
+* its way into the wine tree. | |
+* --------------------------------------------------------------- */ | |
+ | |
+#define WINDEBUG_WHAT_HAPPENED_MESSAGE "This can be caused by a problem in the program or a deficiency in Wine. You may want to check <a href=\"http://www.codeweavers.com/compatibility/\">http://www.codeweavers.com/compatibility/</a> for tips about running this application." | |
+ | |
+#define WINDEBUG_USER_SUGGESTION_MESSAGE "If this problem is not present under Windows and has not been reported yet, you can save the detailed information to a file using the \"Save As\" button, then <a href=\"http://www.codeweavers.com/support/tickets/enter/\">file a bug report</a> and attach that file to the report." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment