mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Include windows.h before shellapi.h
This fixes compilation with some compilers.
This commit is contained in:
parent
b73e8e60b1
commit
c5890ca7bf
@ -89,6 +89,7 @@
|
||||
extern YACReaderHttpServer *httpServer;
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user