Hi Michael,
I think it would be better to fix function names in IDirectDraw7.
Christian
Michael Karcher a écrit :
The functions implementing IDirectDraw are called IDirectDrawImpl_Foo, the ones implementing IDirectDraw7 are called alike. As they are static functions in different files, the compiler has no problems distinguishing them, but it confuses the reader of TRACE messages.
dlls/ddraw/ddraw_thunks.c | 92 ++++++++++++++++++++++---------------------- 1 files changed, 46 insertions(+), 46 deletions(-)