creat shutdown.h i system_utils.h

fix: arreglants uns includes per a windows
This commit is contained in:
2025-08-11 08:15:54 +02:00
parent 6011365330
commit 3df13fdfa6
9 changed files with 527 additions and 187 deletions

View File

@@ -8,9 +8,8 @@ fi
FILE="$1"
include-what-you-use -D DEBUG -D VERBOSE -std=c++20 -Wall "$FILE" \
include-what-you-use -D _DEBUG -std=c++20 -Wall "$FILE" \
-I../source \
-Xiwyu --mapping_file=sdl3_mapping.imp \
-Xiwyu --update_comments \
-Xiwyu --verbose=3 \
| \
python3 /usr/bin/fix_includes.py --update_comments
-Xiwyu --verbose=3