Change how foreign imports work for mac

This commit is contained in:
gingerBill
2019-09-29 09:25:33 +01:00
parent f4f6e9ad49
commit 218d1131e8
3 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
#pragma warning(disable: 4245)
extern "C" {
#include "utf8proc/utf8proc.h"
#include "utf8proc/utf8proc.c"
}
#pragma warning(pop)