mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Include windows.h before shellapi.h
This fixes compilation with some compilers.
This commit is contained in:
@ -89,6 +89,7 @@
|
||||
extern YACReaderHttpServer *httpServer;
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user