1
0
Эх сурвалжийг харах

SDL_migration.cocci: Fix renaming SDL_bool

Zack Middleton 1 жил өмнө
parent
commit
4898cbb6cf

+ 1 - 0
build-scripts/SDL_migration.cocci

@@ -3689,6 +3689,7 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
 + SDL_GetNumLogicalCPUCores
   (...)
 @@
+typedef SDL_bool, bool;
 @@
 - SDL_bool
 + bool