7 Aug
2007
7 Aug
'07
2:10 p.m.
"Evan Stade" <estade(a)gmail.com> writes:
+ CloseHandle(file); + + if(CreateStreamOnHGlobal(buff, TRUE, &stream) != S_OK){ + ERR("could not make stream\n"); + GdipFree(buff); + return GenericError; + }
You should create a stream on the file directly instead of reading it in first. -- Alexandre Julliard julliard(a)winehq.org