[PATCH] kernel32: Actually return a PERFORMANCE_INFORMATION structure in K32GetPerformanceInfo (try 2)

Christian Costa titan.costa at gmail.com
Wed Apr 24 16:35:28 CDT 2013


Le 24/04/2013 20:10, James Eder a écrit :
>
>
>
> On Wed, Apr 24, 2013 at 6:58 AM, Christian Costa 
> <titan.costa at gmail.com <mailto:titan.costa at gmail.com>> wrote:
>
>     Hi James,
>
>     That would be better to change the trace at the beginning by
>     FIXME( "(%p, %d): semi-stub\n", info, size ); or FIXME( "(%p, %d):
>     partial stub\n", info, size );
>     instead of adding another fixme (which is not really correct since
>     it's not a stub).
>
>     Christian
>
>
> Does this look better? http://source.winehq.org/patches/data/95866
>
-    TRACE( "(%p, %d)\n", info, size );
+    FIXME("semi-stub (%p, %d)\n", info, size );

Wine sources used to put semi-stub mention after parameters. There is 
also inconsistency with spaces near parenthesis. 0 before the format 
string and 1 after size parameter.
Something like  FIXME("(%p, %d): semi-stub\n", info, size);
Otherwise seems fine. :)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20130424/709f0b5a/attachment.html>


More information about the wine-devel mailing list