Excluded Windows Vista

This commit is contained in:
Yutaka Sawada
2024-11-30 13:06:17 +09:00
committed by GitHub
parent 7fcedddeeb
commit 9d9b7a0681
20 changed files with 161 additions and 161 deletions

View File

@@ -3,7 +3,7 @@
// License : GPL
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0600 // Windows Vista or later
#define _WIN32_WINNT 0x0601 // Windows 7 or later
#endif
#include <stdio.h>