Merge pull request #2460 from WardF/gh2446.wif

Guard _declspec(dllexport) in support of #2446
This commit is contained in:
Ward Fisher 2022-07-11 14:42:21 -06:00 committed by GitHub
commit 64033e367d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,10 @@
#include <locale.h>
//#include <direct.h>
#ifdef _WIN32
__declspec(dllexport)
#endif
int
getmountpoint(char* keyvalue, size_t size)
{