Changeset 4372 for trunk/src/kernel32/profile.cpp
- Timestamp:
- Oct 2, 2000, 3:39:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/profile.cpp
r4353 r4372 1 /* $Id: profile.cpp,v 1.2 5 2000-10-01 21:16:04 phallerExp $ */1 /* $Id: profile.cpp,v 1.26 2000-10-02 13:38:57 sandervl Exp $ */ 2 2 3 3 /* … … 47 47 48 48 #define SystemHeap GetProcessHeap() 49 50 #ifndef strcasecmp51 #define strcasecmp stricmp52 #endif53 54 49 #define DOSFS_GetFullName(a,b,c) strcpy(c,a) 55 50 #define CharLowerA(a) (a)
Note:
See TracChangeset
for help on using the changeset viewer.