- Timestamp:
- Feb 20, 2001, 6:04:24 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/test.h
r5100 r5206 1 /* $Id: test.h,v 1. 7 2001-02-11 15:12:38bird Exp $1 /* $Id: test.h,v 1.8 2001-02-20 05:04:24 bird Exp $ 2 2 * 3 3 * Definitions and declarations for test moduls. … … 157 157 VOID KRNLCALL fakevmRecalcShrBound(ULONG flFlags, PULONG pulSentinelAddress); 158 158 159 void _Optlink fakeg_tkExecPgm(void); /* Not callable! (fakea.asm) */ 160 void _Optlink faketkStartProcess(void); /* Not callable! (fakea.asm) */ 161 void _Optlink fakef_FuStrLenZ(void); /* Not callable! (fakea.asm) */ 162 void _Optlink fakef_FuStrLen(void); /* Not callable! (fakea.asm) */ 163 void _Optlink fakef_FuBuff(void); /* Not callable! (fakea.asm) */ 159 void _Optlink fakeg_tkExecPgm(void); /* Not callable! (fakea.asm) */ 160 void _Optlink faketkStartProcess(void); /* Not callable! (fakea.asm) */ 161 void _Optlink fakef_FuStrLenZ(void); /* Not callable! (fakea.asm) */ 162 void _Optlink fakef_FuStrLen(void); /* Not callable! (fakea.asm) */ 163 void _Optlink fakef_FuBuff(void); /* Not callable! (fakea.asm) */ 164 void _Optlink fakeKMEnterKmodeSEF(void); /* Not callable! (fakea.asm) */ 165 void _Optlink fakeKMExitKmodeSEF8(void); /* Not callable! (fakea.asm) */ 164 166 extern PTCB fakepTCBCur; 165 167 extern PPTDA fakepPTDACur;
Note:
See TracChangeset
for help on using the changeset viewer.