Skip to content

Commit 3f32b6f

Browse files
committed
524 wip
1 parent 05fa3d7 commit 3f32b6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

simplecpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (C) 2016-2023 simplecpp team
44
*/
55

6-
#if defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
6+
#if defined(_WIN32)
77
# define _WIN32_WINNT 0x0602
88
# define NOMINMAX
99
# include <windows.h>

simplecpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef simplecppH
77
#define simplecppH
88

9-
#if defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
9+
#if defined(_WIN32)
1010
# define SIMPLECPP_WINDOWS
1111
#endif
1212

0 commit comments

Comments
 (0)