for mingw

pull/306/head
Damiano 4 years ago committed by GitHub
parent d0a16676a3
commit 311e943b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@
// Function linkage
#if NVTT_SHARED
#if defined _WIN32 || defined WIN32 || defined __NT__ || defined __WIN32__ || defined __MINGW32__
#if defined _WIN32 || defined WIN32 || defined __NT__ || defined __WIN32__ || defined __MINGW32__ || defined __MINGW64__
# ifdef NVTT_EXPORTS
# define NVTT_API __declspec(dllexport)
# else

Loading…
Cancel
Save