From cbadd1e3805f2ce252cf46bf4c4e63b773ed4f77 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 20 Oct 2020 20:32:20 +0300 Subject: [PATCH] geniconv/os2iconv.c: make it build correctly against os2tk headers. --- src/core/os2/geniconv/os2iconv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/os2/geniconv/os2iconv.c b/src/core/os2/geniconv/os2iconv.c index 617a35596..d7dfe0698 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 #include #include