diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-12-02 21:51:27 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-12-02 21:51:27 -0800 |
commit | 7e163300735d4bcd3386b86eec112acdad139c59 (patch) | |
tree | 9a2d930f99ffa1cfd06d9a25c5bbebd414ee9802 /include | |
parent | 1e43c262d13cab2b759665f9f13bdedbc7afbfd4 (diff) |
unifdef -UISC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/Xlib.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/X11/Xlib.h b/include/X11/Xlib.h index 65f253cd..2bffa76d 100644 --- a/include/X11/Xlib.h +++ b/include/X11/Xlib.h @@ -58,23 +58,11 @@ typedef unsigned long wchar_t; #endif #endif -#if defined(ISC) && defined(USE_XMBTOWC) -#define wctomb(a,b) _Xwctomb(a,b) -#define mblen(a,b) _Xmblen(a,b) -#ifndef USE_XWCHAR_STRING -#define mbtowc(a,b,c) _Xmbtowc(a,b,c) -#endif -#endif extern int _Xmblen( -#ifdef ISC - char const *str, - size_t len -#else char *str, int len -#endif ); /* API mentioning "UTF8" or "utf8" is an XFree86 extension, introduced in @@ -3999,13 +3987,8 @@ extern void XSetAuthorization( extern int _Xmbtowc( wchar_t * /* wstr */, -#ifdef ISC - char const * /* str */, - size_t /* len */ -#else char * /* str */, int /* len */ -#endif ); extern int _Xwctomb( |