ソースを参照

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

Ozkan Sezer 5 年 前
コミット
cbadd1e380
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/core/os2/geniconv/os2iconv.c

+ 2 - 0
src/core/os2/geniconv/os2iconv.c

@@ -28,6 +28,8 @@
 #define ICONV_THREAD_SAFE 1
 #define ICONV_THREAD_SAFE 1
 
 
 #include "geniconv.h"
 #include "geniconv.h"
+#define _ULS_CALLCONV_
+#define CALLCONV _System
 #include <uconv.h>
 #include <uconv.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdlib.h>