Fix running in Win32.

This commit is contained in:
2020-04-30 02:12:32 +01:00
parent 3064dc3f05
commit 93374c6366
2 changed files with 459 additions and 452 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -35,6 +35,8 @@ Copyright (C) 2011-2020 Natalia Portillo
#ifndef AARU_FSTESTER_SETTER_WIN32_H
#define AARU_FSTESTER_SETTER_WIN32_H
#include <windows.h>
#ifndef VER_PLATFORM_WIN32s
#define VER_PLATFORM_WIN32s 0
#endif