mirror of https://github.com/Kylart/KawAnime.git
should fix WIN import
This commit is contained in:
parent
79df12ddcd
commit
58186bf52d
|
@ -16,7 +16,10 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <Shlwapi.h>
|
||||
#include <delayimp.h>
|
||||
|
|
Loading…
Reference in New Issue