1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Fixed GUI not running properly in rundll32.exe

This commit is contained in:
Valentin Radu 2021-10-02 19:26:59 +03:00
parent 522440f9c3
commit 335554975a

View File

@ -1,5 +1,8 @@
#ifndef _H_GUI_H_
#define _H_GUI_H_
#pragma comment(linker,"\"/manifestdependency:type='win32' \
name='Microsoft.Windows.Common-Controls' version='6.0.0.0' \
processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
#include <Windows.h>
#pragma comment(lib, "Version.lib")
#include <windowsx.h>