Main: Remove unnecessary shellapi.h include
The include was introduced bybcf1f54c
and made unnecessary by611f3494
.
This commit is contained in:
parent
13b6968f0d
commit
bd680aa3b5
|
@ -60,7 +60,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <shellapi.h>
|
|
||||||
|
|
||||||
#ifndef SM_XVIRTUALSCREEN
|
#ifndef SM_XVIRTUALSCREEN
|
||||||
#define SM_XVIRTUALSCREEN 76
|
#define SM_XVIRTUALSCREEN 76
|
||||||
|
|
Loading…
Reference in New Issue