1
0
Fork 0
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:
Brian Fiete 2020-07-16 06:12:42 -07:00 committed by GitHub
commit 8a5b674216
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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