We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f5210 commit ac5b009Copy full SHA for ac5b009
src/rasqal_ntriples.c
@@ -25,6 +25,10 @@
25
#include <rasqal_config.h>
26
#endif
27
28
+#ifdef WIN32
29
+#include <win32_rasqal_config.h>
30
+#endif
31
+
32
#include <stdio.h>
33
#include <string.h>
34
#include <ctype.h>
src/sv_config.h
@@ -29,7 +29,11 @@
extern "C" {
+#else
35
36
37
38
#define sv_new rasqal_sv_new
39
#define sv_free rasqal_sv_free
0 commit comments