9 Dec
2025
9 Dec
'25
8:15 a.m.
There's no real need to keep the function table pointer around, win32u already has an initialization guard and then simply returns a pointer. Initializing OpenGL on process attach often causes OOM errors with 32bit process, as Wine still holds most of the low address space reserved memory, and only releases it after modules have been loaded. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59093 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9736