Replace wine-compholio with Wine Staging in patches.

This commit is contained in:
Michael Müller
2014-11-04 01:47:28 +01:00
parent 463d01d3aa
commit 775e8675c1
8 changed files with 36 additions and 36 deletions

View File

@@ -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;