Link to Common Controls 6.0
With this we get themed buttons and controls.
This commit is contained in:
parent
d21f91e81a
commit
4736a76f8a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue