X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fd3d8.py;h=c835fc5036ee8213b1e0179c17164ef260750327;hb=81301939f025407ceb284a9dcd5d5a1f05d27b8f;hp=9a11ec5244f668c2754af451f5a682bac29d31d0;hpb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;p=apitrace diff --git a/specs/d3d8.py b/specs/d3d8.py index 9a11ec5..c835fc5 100644 --- a/specs/d3d8.py +++ b/specs/d3d8.py @@ -289,7 +289,7 @@ IDirect3DVolume8.methods += [ StdMethod(HRESULT, "UnlockBox", []), ] -d3d8 = API("d3d8") +d3d8 = Module("d3d8") d3d8.addFunctions([ StdFunction(PDIRECT3D8, "Direct3DCreate8", [(UINT, "SDKVersion")]), ])