Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroModel committed Nov 9, 2024
1 parent d763206 commit a769fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fast_io_hosted/platforms/win32/impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#pragma comment(lib, "bcrypt.lib")
#endif

#if defined(_MSC_VER) && !(!defined(_WIN32_WINNT) || _WIN32_WINNT >= 0x601) && !defined(_KERNEL_MODE)
#if defined(_MSC_VER) && !(!defined(_WIN32_WINNT) || _WIN32_WINNT >= 0x601) && !defined(_WIN32_WINDOWS) && !defined(_KERNEL_MODE)
#pragma comment(lib, "psapi.lib")
#endif

Expand Down

0 comments on commit a769fc1

Please sign in to comment.