mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-12-20 01:22:28 +00:00
7 lines
217 B
C
7 lines
217 B
C
|
/* internal use only -- mapping of "system calls" for libraries that lose
|
||
|
and only provide C names, so that we end up in violation of ANSI */
|
||
|
#ifndef __SYSLIST_H
|
||
|
#define __SYSLIST_H
|
||
|
#define _wcsicmp wcsicmp
|
||
|
#endif
|