mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-05 15:56:00 +02:00
Merge pull request #421 from JamesOrson/BEEF-420_Add-missing-hinstance-field
Add hinstance field to INTERNAL_windows_wminfo in SDL2 library
This commit is contained in:
commit
8a5b674216
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