mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-12-19 17:11:21 +00:00
6 lines
217 B
C
6 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
|