Commit cbadd1e3805f2ce252cf46bf4c4e63b773ed4f77

Ozkan Sezer 2020-10-20T20:32:20

geniconv/os2iconv.c: make it build correctly against os2tk headers.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/core/os2/geniconv/os2iconv.c b/src/core/os2/geniconv/os2iconv.c
index 617a355..d7dfe06 100644
--- a/src/core/os2/geniconv/os2iconv.c
+++ b/src/core/os2/geniconv/os2iconv.c
@@ -28,6 +28,8 @@
 #define ICONV_THREAD_SAFE 1
 
 #include "geniconv.h"
+#define _ULS_CALLCONV_
+#define CALLCONV _System
 #include <uconv.h>
 #include <stdio.h>
 #include <stdlib.h>