Skip to content
Snippets Groups Projects
Commit b7d0d059 authored by Bang Jun-Young's avatar Bang Jun-Young Committed by Alexandre Julliard
Browse files

objbase.h: Fix typo in comment.

parent 657c84cb
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment