[DSOUND] propset cleanup

Robert Reif reif at earthlink.net
Fri Mar 11 13:18:07 CST 2005


Please add the following patch to wine/dlls/dsound/propset.c to get it 
to compile.
-------------- next part --------------
--- propset.c.lame	2005-03-11 14:14:25.000000000 -0500
+++ propset.c	2005-03-11 14:14:30.000000000 -0500
@@ -1239,7 +1239,7 @@
                                 }
 			    }
                             HeapFree(GetProcessHeap(),0,wDescription);
-                            HeapFree(GetProcessHeap(),0,wModule)
+                            HeapFree(GetProcessHeap(),0,wModule);
 			}
 		    }
 		}


More information about the wine-patches mailing list