From 5fa282a1a0c0ebec5704f223be301892fba9bcbe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Feb 2023 18:17:08 -0500 Subject: Fix clang build on Windows --- src/win32/filesystem_win32.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/win32') diff --git a/src/win32/filesystem_win32.c b/src/win32/filesystem_win32.c index aa19a07..5c787c9 100644 --- a/src/win32/filesystem_win32.c +++ b/src/win32/filesystem_win32.c @@ -1,8 +1,6 @@ // Copyright 2007-2022 David Robillard // SPDX-License-Identifier: ISC -#define _WIN32_WINNT 0x0600 // Vista - #include "zix/bump_allocator.h" #include "zix/filesystem.h" -- cgit v1.2.1