1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Add hinstance field to INTERNAL_windows_wminfo in SDL2 library

This commit is contained in:
James Orson 2020-07-15 10:39:38 -07:00
parent 0dab815f08
commit 3086806e03

View file

@ -5128,6 +5128,7 @@ namespace SDL2
{
public Windows.HWnd window; // Refers to an HWND
public Windows.Handle hdc; // Refers to an HDC
public Windows.HInstance hinstance; // Refers to an HINSTANCE
}
#endif