Link to Common Controls 6.0

With this we get themed buttons and controls.
This commit is contained in:
oddMLan 2015-10-30 00:26:23 -07:00
parent d21f91e81a
commit 4736a76f8a
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#pragma warning(disable:4247)
#pragma warning(disable:4786)
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
#include <common/MemTest.h>
#include <common/CriticalSection.h>
#include <windows.h>