mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
msvc compatibility
svn path=/trunk/; revision=19672
This commit is contained in:
parent
9f87d33ef0
commit
67482da46e
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ typedef char TCHAR, *PTCHAR, *PTSTR;
|
||||||
#define _tcstol strtol
|
#define _tcstol strtol
|
||||||
#define STRFMT "%s"
|
#define STRFMT "%s"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#define strcasecmp stricmp
|
||||||
|
#endif
|
||||||
|
|
||||||
extern unsigned long DbgPrint(char *Fmt, ...);
|
extern unsigned long DbgPrint(char *Fmt, ...);
|
||||||
|
|
||||||
#else /* ! defined(INFLIB_HOST) */
|
#else /* ! defined(INFLIB_HOST) */
|
||||||
|
|
Loading…
Reference in a new issue