diff --git a/.github/workflows/naming.yml b/.github/workflows/naming.yml index 3afed885..20ffddff 100644 --- a/.github/workflows/naming.yml +++ b/.github/workflows/naming.yml @@ -29,7 +29,7 @@ jobs: --recurse \ --style tools/ncc/ncc.style \ --skip tools/ncc/skip.yml \ - --definition WINAPI FAR BOOL CALLBACK HWND__=HWND \ + --definition WINAPI FAR BOOL CALLBACK HWND__=HWND SDLCALL \ --include \ util \ LEGO1 \ diff --git a/tools/ncc/skip.yml b/tools/ncc/skip.yml index 4b34dc8f..46229e07 100644 --- a/tools/ncc/skip.yml +++ b/tools/ncc/skip.yml @@ -30,4 +30,3 @@ i_activity: "Allow original naming from beta" i_actor: "Allow original naming from beta" score: "Allow original naming from beta" c_LOCATIONS_NUM: "Allow original naming from beta" -SDLCALL: "SDL function call convention"