[PATCH 2/5] gameux: Add stub of IGameStatisticsMgr implementation (try 2)

Nikolay Sivov bunglehead at gmail.com
Tue Aug 3 06:28:32 CDT 2010


  On 8/3/2010 13:58, Mariusz Pluciński wrote:
> ---
>  dlls/gameux/Makefile.in      |    1 +
>  dlls/gameux/factory.c        |    5 ++
>  dlls/gameux/gamestatistics.c |  153 
> ++++++++++++++++++++++++++++++++++++++++++
>  dlls/gameux/gameux_private.h |    1 +
>  dlls/gameux/regsvr.c         |    9 +++
>  5 files changed, 169 insertions(+), 0 deletions(-)
>  create mode 100644 dlls/gameux/gamestatistics.c
> +    TRACE("(%p, %s, 0x%x, %p, %p)\n", iface, debugstr_w(GDFBinaryPath), openType, pOpenResult, ppiStats);
> +    FIXME("stub\n");
> +    return E_NOTIMPL;
No need for duplicated traces, add one FIXME with full parameter output 
in it.



More information about the wine-devel mailing list