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
Replace wine-compholio with Wine Staging in patches.
This commit is contained in:
@@ -26,7 +26,7 @@ index d26fe26..02e32fb 100644
|
||||
+ static int enabled = -1;
|
||||
+ if (enabled == -1)
|
||||
+ {
|
||||
+ const char *str = getenv("COMPHOLIO_WRITECOPY");
|
||||
+ const char *str = getenv("STAGING_WRITECOPY");
|
||||
+ enabled = str && (atoi(str) != 0);
|
||||
+ }
|
||||
+ return enabled;
|
||||
|
Reference in New Issue
Block a user