stub implementation SystemFunction036

Filip Navara xnavara at volny.cz
Mon Sep 27 19:10:06 CDT 2004


James Hawkins wrote:

>+
>+VOID WINAPI SystemFunction036(PCHAR Buffer, INT BufferSize)
>+{
>+	FIXME("(%s, %i): stub\n", Buffer, BufferSize);
>+}
>+
>  
>
If you really want to stub this function then please don't print the 
buffer contents. It's an output buffer and contains garbage (maybe the 
garbage means something, but still it's garbage).

- Filip



More information about the wine-devel mailing list