Merge pull request #2652 from ftphikari/master

[vendor:directx/d3d_compiler] Added default include file handler
This commit is contained in:
gingerBill
2023-08-05 16:59:43 +01:00
committed by GitHub
4 changed files with 26 additions and 0 deletions
+6
View File
@@ -1709,6 +1709,12 @@ MONITORINFO :: struct {
}
LPMONITORINFO :: ^MONITORINFO
CCHDEVICENAME :: 32
MONITORINFOEXW :: struct {
using _: MONITORINFO,
szDevice: [CCHDEVICENAME]WCHAR,
}
// SetWindowsHook() codes
WH_MIN :: -1
WH_MSGFILTER :: -1
+3
View File
@@ -228,6 +228,9 @@ foreign user32 {
SetWindowRgn :: proc(hWnd: HWND, hRgn: HRGN, bRedraw: BOOL) -> int ---
CreateRectRgnIndirect :: proc(lprect: ^RECT) -> HRGN ---
GetSystemMetricsForDpi :: proc(nIndex: int, dpi: UINT) -> int ---
GetSystemMenu :: proc(hWnd: HWND, bRevert: BOOL) -> HMENU ---
EnableMenuItem :: proc(hMenu: HMENU, uIDEnableItem: UINT, uEnable: UINT) -> BOOL ---
}
CreateWindowW :: #force_inline proc "stdcall" (