objbase.h: Fix typo in comment

Bang Jun-Young junyoung at mogua.com
Sat Jan 20 00:38:19 CST 2007


2007-01-20  Bang Jun-Young <junyoung at mogua.com>

	* include/objbase.h:
	Fix typo in comment.
-------------- next part --------------
Index: objbase.h
===================================================================
RCS file: /home/wine/wine/include/objbase.h,v
retrieving revision 1.69
diff -u -r1.69 objbase.h
--- objbase.h	29 Dec 2006 20:37:10 -0000	1.69
+++ objbase.h	20 Jan 2007 06:35:22 -0000
@@ -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);


More information about the wine-patches mailing list