Module: wine Branch: master Commit: b7d0d059923587aaec6f570b53f2e3e09e6f2f0c URL: http://source.winehq.org/git/wine.git/?a=commit;h=b7d0d059923587aaec6f570b53...
Author: Bang Jun-Young junyoung@mogua.com Date: Sat Jan 20 15:38:19 2007 +0900
objbase.h: Fix typo in comment.
---
include/objbase.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/objbase.h b/include/objbase.h index 63cfd97..f85fdcd 100644 --- a/include/objbase.h +++ b/include/objbase.h @@ -113,8 +113,8 @@ * }; * struct IDirect3DVtbl { * HRESULT (*QueryInterface)(IDirect3D* me, REFIID riid, LPVOID* ppvObj); - * ULONG (*QueryInterface)(IDirect3D* me); - * ULONG (*QueryInterface)(IDirect3D* me); + * ULONG (*AddRef)(IDirect3D* me); + * ULONG (*Release)(IDirect3D* me); * HRESULT (*Initialize)(IDirect3D* me, REFIID a); * HRESULT (*EnumDevices)(IDirect3D* me, LPD3DENUMDEVICESCALLBACK a, LPVOID b); * HRESULT (*CreateLight)(IDirect3D* me, LPDIRECT3DLIGHT* a, IUnknown* b);