2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 13:11:22 +00:00

CMain: Restore #include <shellapi.h>

This commit is contained in:
Luke Street 2022-06-02 01:54:22 -04:00
parent d47d5661c6
commit d7c62d8d90

View File

@ -21,6 +21,7 @@
#define NOMINMAX
#endif
#include <Windows.h>
#include <shellapi.h>
#endif
#include "../version.h"