"Stefan Leichter" Stefan.Leichter@camline.com wrote:
[mountmgr.sys] add unittests for registry keys of serial ports
The closest match these tests belong to is dlls/kernel32/tests/comm.c
Is there any app that checks for a registry key instead of using an API?
Am Tuesday 14 April 2009 06:38:20 schrieb Dmitry Timoshkov:
"Stefan Leichter" Stefan.Leichter@camline.com wrote:
[mountmgr.sys] add unittests for registry keys of serial ports
The closest match these tests belong to is dlls/kernel32/tests/comm.c
I asked where to put the implementation before i started codeing see http://www.winehq.org/pipermail/wine-devel/2009-April/074476.html
Is there any app that checks for a registry key instead of using an API?
A brief look through bugzilla gave me:
http://bugs.winehq.org/show_bug.cgi?id=9430#c2 http://bugs.winehq.org/show_bug.cgi?id=9902#c16 ff http://bugs.winehq.org/show_bug.cgi?id=10051 http://bugs.winehq.org/show_bug.cgi?id=11077 http://bugs.winehq.org/show_bug.cgi?id=11811#c26 http://bugs.winehq.org/show_bug.cgi?id=15091#c9
"Stefan Leichter" Stefan.Leichter@camline.com wrote:
The closest match these tests belong to is dlls/kernel32/tests/comm.c
I asked where to put the implementation before i started codeing see http://www.winehq.org/pipermail/wine-devel/2009-April/074476.html
That's for implementation, the tests belong to the place where public API belongs to.