17 Feb
2015
17 Feb
'15
5:20 p.m.
2015-02-17 23:08 GMT+01:00 Mark Jansen <learn0more+wine(a)gmail.com>:
Hello,
sorry for the late reply. attached is a patch that demonstrates windows handles this fine, and wine does not.
Very nice, make sure to send the test to wine-patches too. While you're at it, please avoid the Hungarian notation (i.e. replace "szPreparedBuffer" with "buffer" or something) and declare the array as static const. Looking good to me otherwise.