ncc: define SDLCALL as empty instead

This commit is contained in:
Anonymous Maarten 2024-06-24 16:19:46 +02:00
parent cda858997e
commit 81fcbbb4b1
2 changed files with 1 additions and 2 deletions

View File

@ -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 \

View File

@ -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"