28 Sep
2004
28 Sep
'04
12:10 a.m.
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