X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fddraw.py;h=37031c4f52d6b24bc967d65e0af0e835e9e526c9;hb=54f304ad1c3ec54649f83ddf769746d433cd612d;hp=e730840611d57f4285fb14964007dfc8a8754f5e;hpb=34c7d426901edbb2df59f92760ef382d4847fe3c;p=apitrace diff --git a/specs/ddraw.py b/specs/ddraw.py index e730840..37031c4 100644 --- a/specs/ddraw.py +++ b/specs/ddraw.py @@ -1634,7 +1634,7 @@ DDCREATE = Flags(DWORD, [ ]) ddraw = API("ddraw") -ddraw.add_functions([ +ddraw.addFunctions([ StdFunction(HRESULT, "DirectDrawEnumerateW", [(LPDDENUMCALLBACKW, "lpCallback"), (LPVOID, "lpContext")]), StdFunction(HRESULT, "DirectDrawEnumerateA", [(LPDDENUMCALLBACKA, "lpCallback"), (LPVOID, "lpContext")]), StdFunction(HRESULT, "DirectDrawEnumerateExW", [(LPDDENUMCALLBACKEXW, "lpCallback"), (LPVOID, "lpContext"), (DDENUM, "dwFlags")]),