summaryrefslogtreecommitdiffstats
path: root/private/os2/inc/os2crt.h
blob: 26eb5882bbf197e87b6c703896684a2872926ba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*++

Copyright (c) 1989  Microsoft Corporation

Module Name:

    os2ssrtl.h

Abstract:

    Redefine names of CRT functions

--*/

#ifndef _OS2_RENAME_RUNTIME
#define _OS2_RENAME_RUNTIME
#define stricmp _stricmp
#define strnicmp _strnicmp
#define strupr _strupr
#define itoa _itoa
#define ltoa _ltoa
#endif // _OS2_RENAME_RUNTIME