mirror of https://github.com/encounter/SDL.git
geniconv/os2iconv.c: make it build correctly against os2tk headers.
This commit is contained in:
parent
554037a6f7
commit
cbadd1e380
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue