Merge branch 'master' into feature/toolbar

This commit is contained in:
David Hrdlička
2022-01-09 20:56:05 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -97,7 +97,8 @@ static dllimp_t user32_imports[] = {
void* shell32_handle = NULL;
static HRESULT (WINAPI *pSetCurrentProcessExplicitAppUserModelID)(PCWSTR AppID);
static dllimp_t shell32_imports[]= {
{ "SetCurrentProcessExplicitAppUserModelID", &pSetCurrentProcessExplicitAppUserModelID }
{ "SetCurrentProcessExplicitAppUserModelID", &pSetCurrentProcessExplicitAppUserModelID },
{ NULL, NULL }
};
int