Skip to content

Commit

Permalink
Update cpp_common.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Sep 2, 2024
1 parent 048938f commit 12b0e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rapidfuzz/cpp_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include "rapidfuzz.h"

#define _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR
#define PYTHON_VERSION(major, minor, micro) ((major << 24) | (minor << 16) | (micro << 8))

#if defined(__amd64__) || defined(__amd64) || defined(__x86_64__) || defined(__x86_64) || defined(_M_X64) || \
Expand Down

0 comments on commit 12b0e8a

Please sign in to comment.