Changeset 4811 for trunk/src/win32k


Ignore:
Timestamp:
Dec 17, 2000, 12:04:51 AM (25 years ago)
Author:
bird
Message:

Synced test env. with latest win32k.sys changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/test.h

    r4787 r4811  
    1 /* $Id: test.h,v 1.5 2000-12-11 06:53:52 bird Exp $
     1/* $Id: test.h,v 1.6 2000-12-16 23:04:51 bird Exp $
    22 *
    33 * Definitions and declarations for test moduls.
     
    134134ULONG LDRCALL   fakeLDRClearSem(void);
    135135ULONG LDRCALL   fakeldrFindModule(PCHAR pachFilename, USHORT cchFilename, USHORT usClass, PPMTE ppMTE);
     136
     137ULONG LDRCALL   fakeldrCheckInternalName(PMTE pMTE);
     138ULONG LDRCALL   fakeldrTransPath(PSZ pszFilename);
     139ULONG LDRCALL   fakeldrGetFileName(PSZ pszFilename, PCHAR *ppchName, PCHAR *ppchExt);
     140VOID  LDRCALL   fakeldrUCaseString(PCHAR pachString, unsigned cchString);
     141
    136142ULONG KRNLCALL  fakeKSEMRequestMutex(HKSEMMTX hkmtx, ULONG ulTimeout);
    137143ULONG KRNLCALL  fakeKSEMReleaseMutex(HKSEMMTX hkmtx);
     
    161167extern PSZ      fakeptda_pBeginLIBPATH;
    162168extern PSZ      fakeldrpFileNameBuf;
     169extern PMTE     fakemte_h;
     170extern PMTE     fakeglobal_h;
     171extern PMTE     fakeglobal_l;
     172extern PMTE     fakespecific_h;
     173extern PMTE     fakespecific_l;
     174extern PMTE     fakeprogram_h;
     175extern PMTE     fakeprogram_l;
     176
     177
     178
    163179
    164180#endif /* INCL_NO_FAKE */
Note: See TracChangeset for help on using the changeset viewer.