Skip to content

Commit

Permalink
fwd: Do not error on _WIN32_WINNT
Browse files Browse the repository at this point in the history
(cherry picked from commit af516e0)
Signed-off-by: LIU Hao <lh_mouse@126.com>
  • Loading branch information
lhmouse committed Nov 20, 2024
1 parent 7b00d0e commit 39ddd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcfgthread/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#if !defined _WIN32_WINNT
# define _WIN32_WINNT 0x0601
#elif _WIN32_WINNT < 0x0601
# error Please define `_WIN32_WINNT` to at least Windows 7.
# warning Please define `_WIN32_WINNT` to at least Windows 7.
#endif

#if defined __arm__ || defined _M_ARM
Expand Down

0 comments on commit 39ddd4a

Please sign in to comment.