mirror of https://github.com/AxioDL/metaforce.git
CMain: Restore #include <shellapi.h>
This commit is contained in:
parent
d47d5661c6
commit
d7c62d8d90
|
@ -21,6 +21,7 @@
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#endif
|
#endif
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
#include <shellapi.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../version.h"
|
#include "../version.h"
|
||||||
|
|
Loading…
Reference in New Issue