mirror of https://github.com/libsdl-org/SDL.git
SDL_migration.cocci: Fix renaming SDL_bool
This commit is contained in:
parent
22566506d0
commit
4898cbb6cf
|
|
@ -3689,6 +3689,7 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
|
|||
+ SDL_GetNumLogicalCPUCores
|
||||
(...)
|
||||
@@
|
||||
typedef SDL_bool, bool;
|
||||
@@
|
||||
- SDL_bool
|
||||
+ bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue