Changeset 3982 for branches/GRACE/src


Ignore:
Timestamp:
Aug 11, 2000, 4:21:09 AM (25 years ago)
Author:
bird
Message:

Corrected test for doscalls. (case insensitive+length)

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:14 bird Exp $
     1/* $Id: fake.c,v 1.1.4.1 2000-08-11 02:21:09 bird Exp $
    22 *
    33 * Fake stubs for the ldr and kernel functions we imports or overloads.
     
    14791479         i++, psz += 1 + *psz)
    14801480    {
    1481         if (!memcmp(psz+1, "DOSCALLS", *psz))
     1481        if (*psz == 8 && !strnicmp(psz+1, "DOSCALLS", 8))
    14821482            continue;
    14831483
Note: See TracChangeset for help on using the changeset viewer.