Merge pull request #3796 from ntherning/windows-backend-for-MemoryMappedFile
[mono.git] / mono / btls / btls-util.c
index d28763a0fd1277cef7cca4b6c9126481593d5f9d..824b101f34c50ed68b88fd0e804a050ed7add745 100644 (file)
@@ -17,7 +17,7 @@ extern time_t timegm (struct tm* const t);
 
 extern int asn1_generalizedtime_to_tm (struct tm *tm, const ASN1_GENERALIZEDTIME *d);
 
-void
+MONO_API void
 mono_btls_free (void *data)
 {
        OPENSSL_free (data);