http://bugs.winehq.org/show_bug.cgi?id=9152
--- Comment #24 from ricardo filipe ricardo_barbano@hotmail.com 2008-12-26 18:15:51 --- Created an attachment (id=18217) --> (http://bugs.winehq.org/attachment.cgi?id=18217) stub for RtlCompressBuffer
ok, let's do this one by one. the other functions may be called only on failure so if this one succeeds those calls are not needed. so test this one on top of the last patch.
keep in mind i am only stubbing functions, they are not implemented so the application may not have the correct behaviour even if it doesn't crash.
so when it doesn't crash check if it is doing what it should, so that i know if it is worth it to send these patches to be commited.