]> git.pld-linux.org Git - packages/wine.git/blob - wine-bug9177_workaround.patch
- not Solaris or MacOS
[packages/wine.git] / wine-bug9177_workaround.patch
1 --- ./dlls/advapi32/security.c.org      2007-07-27 17:11:43.000000000 +0200
2 +++ ./dlls/advapi32/security.c  2007-08-11 21:38:43.000000000 +0200
3 @@ -3470,7 +3470,7 @@
4   
5  lend:
6      TRACE(" ret=%d\n", bret);
7 -    return bret;
8 +    return 1; //bret;
9  }
10  
11  /******************************************************************************
This page took 0.225041 seconds and 3 git commands to generate.