Add miscellaneous missing WinAPI functions, constants, and structures for comctl32, user32, and ux_theme.

This commit is contained in:
NotKyon
2025-02-01 16:17:28 -08:00
parent a219da14ce
commit bdf2a587c3
3 changed files with 48 additions and 0 deletions
+1
View File
@@ -9,4 +9,5 @@ PMARGINS :: ^MARGINS
@(default_calling_convention="system")
foreign uxtheme {
IsThemeActive :: proc() -> BOOL ---
SetWindowTheme :: proc(hWnd: HWND, pszSubAppName, pszSubIdList: LPCWSTR) -> HRESULT ---
}