Include windows.h before shellapi.h

This fixes compilation with some compilers.
This commit is contained in:
Luis Ángel San Martín 2025-03-30 22:22:17 +02:00
parent b73e8e60b1
commit c5890ca7bf

View File

@ -89,6 +89,7 @@
extern YACReaderHttpServer *httpServer;
#ifdef Q_OS_WIN
#include <windows.h>
#include <shellapi.h>
#endif