mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Add hinstance field to INTERNAL_windows_wminfo in SDL2 library
This commit is contained in:
parent
0dab815f08
commit
3086806e03
1 changed files with 1 additions and 0 deletions
|
@ -5128,6 +5128,7 @@ namespace SDL2
|
||||||
{
|
{
|
||||||
public Windows.HWnd window; // Refers to an HWND
|
public Windows.HWnd window; // Refers to an HWND
|
||||||
public Windows.Handle hdc; // Refers to an HDC
|
public Windows.Handle hdc; // Refers to an HDC
|
||||||
|
public Windows.HInstance hinstance; // Refers to an HINSTANCE
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue