[Bug 7472] Conformance test jams everything

Wine Bugs wine-bugs at winehq.org
Sun Feb 18 12:27:03 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=7472





------- Additional Comments From imaxfun at gmail.com  2007-18-02 12:27 -------
Don't kill me, if I'm wrong, but I'd put my money on there being a typo (an
extra space after the '*' in the function declaration) on following line of the
patch.  

@@ -179,7 +179,7 @@ STOP:

     return 0;

 } 

-void test_buffer8(LPDIRECTSOUND8 dso, LPDIRECTSOUNDBUFFER dsbo,

+void test_buffer8(LPDIRECTSOUND8 dso, LPDIRECTSOUNDBUFFER * dsbo,

                   BOOL is_primary, BOOL set_volume, LONG volume,

                   BOOL set_pan, LONG pan, BOOL play, double duration,

                   BOOL buffer3d, LPDIRECTSOUND3DLISTENER listener,

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list