Bernhard Loos <bernhardl...@googlemail.com> wrote: > ret = wine_dbg_printf( "%7u:", (unsigned int) (now.QuadPart - > server_start_time) / 10000 );
Probably you want to use wine_dbgstr_longlong() here. -- Dmitry.
Bernhard Loos <bernhardl...@googlemail.com> wrote: > ret = wine_dbg_printf( "%7u:", (unsigned int) (now.QuadPart - > server_start_time) / 10000 );
Probably you want to use wine_dbgstr_longlong() here. -- Dmitry.