SDL_GUIDFromString() renamed SDL_StringToGUID()

This commit is contained in:
Sam Lantinga 2024-07-22 10:33:25 -07:00
parent 5e12706ae0
commit ef21e31a9a
10 changed files with 30 additions and 16 deletions

View file

@ -63,7 +63,7 @@ static unsigned char nibble(unsigned char c)
}
/* convert the string version of a guid to the struct */
SDL_GUID SDL_GUIDFromString(const char *pchGUID)
SDL_GUID SDL_StringToGUID(const char *pchGUID)
{
SDL_GUID guid;
int maxoutputbytes = sizeof(guid);