From ce7c27a48b3104954a2ef84ed6807932af5e4ee4 Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Mon, 23 Dec 2019 21:55:54 +0100 Subject: [PATCH] Remove irrelevant ifdefs from unifdef-all script OS/2 and DirectDraw support were removed during upgrade to SDL2. --- scripts/unifdef-all.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/unifdef-all.sh b/scripts/unifdef-all.sh index d8b63521..ab77b25b 100755 --- a/scripts/unifdef-all.sh +++ b/scripts/unifdef-all.sh @@ -9,9 +9,7 @@ cd "$(git rev-parse --show-toplevel)" || exit git ls-files ./*.{h,cpp} | xargs unifdef \ -U WIN32 \ - -U OS2 \ -U _WIN32 \ -U _WIN64 \ -U MACOSX \ - -U C_DDRAW \ -m