Skip to content

Commit

Permalink
Merge pull request #2460 from WardF/gh2446.wif
Browse files Browse the repository at this point in the history
Guard _declspec(dllexport) in support of #2446
  • Loading branch information
WardF committed Jul 11, 2022
2 parents 26c5582 + 1975911 commit 64033e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libdispatch/dreg.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
#include <locale.h>
//#include <direct.h>

#ifdef _WIN32
__declspec(dllexport)
#endif

int
getmountpoint(char* keyvalue, size_t size)
{
Expand Down

0 comments on commit 64033e3

Please sign in to comment.