Jelajahi Sumber

SDL_migration.cocci: add SDL_JoystickGetGUIDString -> SDL_GUIDToString.

Ryan C. Gordon 1 hari lalu
induk
melakukan
0cf06bf131
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      build-scripts/SDL_migration.cocci

+ 5 - 0
build-scripts/SDL_migration.cocci

@@ -3688,6 +3688,11 @@ typedef SDL_JoystickGUID, SDL_GUID;
 + SDL_GUID
 @@
 @@
+- SDL_JoystickGetGUIDString
++ SDL_GUIDToString
+  (...)
+@@
+@@
 - SDL_GUIDFromString
 + SDL_StringToGUID
   (...)