1
0
Fork 0

Remove irrelevant ifdefs from unifdef-all script

OS/2 and DirectDraw support were removed during upgrade to SDL2.
This commit is contained in:
Patryk Obara 2019-12-23 21:55:54 +01:00 committed by Patryk Obara
parent 3748ae569a
commit ce7c27a48b

View file

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