]> git.cworth.org Git - apitrace/blobdiff - specs/ddraw.py
specs: Allow an API to spread across multiple modules.
[apitrace] / specs / ddraw.py
index cccbbe57fd73540eee7dfa37291f911469546763..ca540f0202c0559e64630c49e9364a89111adfdc 100644 (file)
@@ -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")]),