Changeset 4811 for trunk/src/win32k
- Timestamp:
- Dec 17, 2000, 12:04:51 AM (25 years ago)
- 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:52bird Exp $1 /* $Id: test.h,v 1.6 2000-12-16 23:04:51 bird Exp $ 2 2 * 3 3 * Definitions and declarations for test moduls. … … 134 134 ULONG LDRCALL fakeLDRClearSem(void); 135 135 ULONG LDRCALL fakeldrFindModule(PCHAR pachFilename, USHORT cchFilename, USHORT usClass, PPMTE ppMTE); 136 137 ULONG LDRCALL fakeldrCheckInternalName(PMTE pMTE); 138 ULONG LDRCALL fakeldrTransPath(PSZ pszFilename); 139 ULONG LDRCALL fakeldrGetFileName(PSZ pszFilename, PCHAR *ppchName, PCHAR *ppchExt); 140 VOID LDRCALL fakeldrUCaseString(PCHAR pachString, unsigned cchString); 141 136 142 ULONG KRNLCALL fakeKSEMRequestMutex(HKSEMMTX hkmtx, ULONG ulTimeout); 137 143 ULONG KRNLCALL fakeKSEMReleaseMutex(HKSEMMTX hkmtx); … … 161 167 extern PSZ fakeptda_pBeginLIBPATH; 162 168 extern PSZ fakeldrpFileNameBuf; 169 extern PMTE fakemte_h; 170 extern PMTE fakeglobal_h; 171 extern PMTE fakeglobal_l; 172 extern PMTE fakespecific_h; 173 extern PMTE fakespecific_l; 174 extern PMTE fakeprogram_h; 175 extern PMTE fakeprogram_l; 176 177 178 163 179 164 180 #endif /* INCL_NO_FAKE */
Note:
See TracChangeset
for help on using the changeset viewer.