X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fddraw.py;h=ca540f0202c0559e64630c49e9364a89111adfdc;hb=81301939f025407ceb284a9dcd5d5a1f05d27b8f;hp=cccbbe57fd73540eee7dfa37291f911469546763;hpb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;p=apitrace diff --git a/specs/ddraw.py b/specs/ddraw.py index cccbbe5..ca540f0 100644 --- a/specs/ddraw.py +++ b/specs/ddraw.py @@ -1632,7 +1632,7 @@ DDCREATE = Flags(DWORD, [ "DDCREATE_EMULATIONONLY", ]) -ddraw = API("ddraw") +ddraw = Module("ddraw") ddraw.addFunctions([ StdFunction(HRESULT, "DirectDrawEnumerateW", [(LPDDENUMCALLBACKW, "lpCallback"), (LPVOID, "lpContext")]), StdFunction(HRESULT, "DirectDrawEnumerateA", [(LPDDENUMCALLBACKA, "lpCallback"), (LPVOID, "lpContext")]),