Closed Starbuck5 closed 1 month ago
SDL2: array of SDL_locales SDL3: array of pointers to SDL_locales
Is a pointer to an array of SDL_locales the same thing as an array of pointers to SDL_locales ?
This is what I was sidestepping worrying about with my implementation but would need to think about for your code suggestion.
okay NVM my suggestion, they are probably not the same
A little bit more gnarly than I would like, but the code comment explains my approach here.