Changeset 3982 for branches/GRACE/src
- Timestamp:
- Aug 11, 2000, 4:21:09 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/test/fake.c
r3829 r3982 1 /* $Id: fake.c,v 1.1 2000-07-16 22:18:14bird Exp $1 /* $Id: fake.c,v 1.1.4.1 2000-08-11 02:21:09 bird Exp $ 2 2 * 3 3 * Fake stubs for the ldr and kernel functions we imports or overloads. … … 1479 1479 i++, psz += 1 + *psz) 1480 1480 { 1481 if ( !memcmp(psz+1, "DOSCALLS", *psz))1481 if (*psz == 8 && !strnicmp(psz+1, "DOSCALLS", 8)) 1482 1482 continue; 1483 1483
Note:
See TracChangeset
for help on using the changeset viewer.