home *** CD-ROM | disk | FTP | other *** search
/ Total Destruction / Total_Destruction.iso / addons / Lccwin32.exe / Lccwin32 / lccpub / include / _syslist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-04  |  223 b   |  7 lines

  1. /* internal use only -- mapping of "system calls" for libraries that lose
  2.    and only provide C names, so that we end up in violation of ANSI */
  3. #ifndef __SYSLIST_H
  4. #define __SYSLIST_H
  5. #define _wcsicmp wcsicmp
  6. #endif
  7.