Skip to content

Commit

Permalink
gotta love MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Sep 6, 2024
1 parent 6dbff1e commit c2071f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace nb::literals;

/* We are on Windows */
#if defined(_WIN32) || defined(_WIN64)
#define NOMINMAX
#define strtok_r strtok_s
#include <windows.h>
#else
Expand Down

0 comments on commit c2071f7

Please sign in to comment.