8 Feb
2023
8 Feb
'23
4:38 p.m.
I ran into a script that was calling `SetLocale`. I didn't realize this was a built in function as it was missing in the `global_props` array and I couldn't find it defined in the script. After some research, I found it here: https://www.oreilly.com/library/view/vbscript-in-a/0596004885/re172.html This just adds the stubs for `GetLocale` and `SetLocale` so they can hopefully be implemented later. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2143