Remove irrelevant ifdefs from unifdef-all script
OS/2 and DirectDraw support were removed during upgrade to SDL2.
This commit is contained in:
parent
3748ae569a
commit
ce7c27a48b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue