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:
parent
522440f9c3
commit
335554975a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user