[MPlayer-dev-eng] [PATCH] Fix return value of InitializeCriticalSectionAndSpinCount
Steinar H. Gunderson
sgunderson at bigfoot.com
Tue Mar 16 23:09:12 CET 2010
On Tue, Mar 16, 2010 at 07:31:39AM +0100, Reimar Döffinger wrote:
>> -static void WINAPI expInitializeCriticalSectionAndSpinCount(CRITICAL_SECTION* c, DWORD spin)
>> +static int WINAPI expInitializeCriticalSectionAndSpinCount(CRITICAL_SECTION* c, DWORD spin)
> To be pedantic, I think the return type should be WIN_BOOL.
> No objections otherwise.
Fixed, committed.
/* Steinar */
--
Homepage: http://www.sesse.net/
More information about the MPlayer-dev-eng
mailing list