1
1

Add another definition for deprecated UNIX function on Windows, silent the warnings.

This commit was SVN r21507.
Этот коммит содержится в:
Shiqing Fan 2009-06-24 18:14:23 +00:00
родитель 51ee170f75
Коммит 77f33d182b

Просмотреть файл

@ -145,6 +145,7 @@ typedef unsigned int uint;
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#define umask _umask
#define getch _getch
#ifndef UINT32_MAX
#define UINT32_MAX _UI32_MAX