[idd] helper: use common control v6 with styles

This commit is contained in:
Quantum
2025-09-23 02:20:00 -04:00
committed by Geoffrey McRae
parent ab6e2c89d5
commit e082acbe44

View File

@@ -1,5 +1,9 @@
#include "CWidget.h"
#pragma comment(linker,"\"/manifestdependency:type='win32' \
name='Microsoft.Windows.Common-Controls' version='6.0.0.0' \
processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
HWND CWidget::createWindowSimple(LPCWSTR cls, LPCWSTR title, DWORD style, HWND parent, DWORD dwExStyle)
{
return CreateWindowEx(dwExStyle, cls, title, style, 0, 0, 0, 0, parent,