Skip to content

Commit

Permalink
Cleanup CMake config.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Nov 18, 2023
1 parent c543ce3 commit f453284
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMake/cmake_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
#cmakedefine FLINT_HAVE_FFT_SMALL

#ifdef _MSC_VER
# define access _access
# define strcasecmp _stricmp
# define strncasecmp _strnicmp
# define alloca _alloca
# define MSC_C_(x) #x
# define MSC_CC_(x) MSC_C_(x)
# define MSC_VERSION "Microsoft C++ (Version " MSC_CC_(_MSC_FULL_VER) ")"
# if defined(FLINT_BUILD_DLL)
# define FLINT_DLL __declspec(dllexport)
# else
Expand Down

0 comments on commit f453284

Please sign in to comment.