Browse Source

Fixed GUI not running properly in rundll32.exe

pull/51/head
Valentin Radu 4 years ago
parent
commit
335554975a
  1. 3
      ExplorerPatcher/GUI.h

3
ExplorerPatcher/GUI.h

@ -1,5 +1,8 @@ @@ -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…
Cancel
Save