From 81fcbbb4b1b0b81453464479ecc3de783dbafd3e Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Mon, 24 Jun 2024 16:19:46 +0200 Subject: [PATCH] ncc: define SDLCALL as empty instead --- .github/workflows/naming.yml | 2 +- tools/ncc/skip.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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"