Changeset 4117 for branches/Grace/src
- Timestamp:
- Aug 30, 2000, 6:11:33 AM (25 years ago)
- Location:
- branches/Grace/src/win32k
- Files:
-
- 1 added
- 4 edited
-
dev16/d16strat.c (modified) (2 diffs)
-
include/OS2KSEC.h (added)
-
include/OS2Krnl.h (modified) (4 diffs)
-
ldr/calltab.asm (modified) (3 diffs)
-
test/fakea.asm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/dev16/d16strat.c
r4112 r4117 1 /* $Id: d16strat.c,v 1.8.4. 1 2000-08-29 19:47:00bird Exp $1 /* $Id: d16strat.c,v 1.8.4.2 2000-08-30 04:11:26 bird Exp $ 2 2 * 3 3 * d16strat.c - 16-bit strategy routine, device headers, device_helper (ptr) … … 137 137 { 138 138 rc = R0Init16(pRp); 139 fInitTime = FALSE;140 139 return rc; 141 140 } -
branches/Grace/src/win32k/include/OS2Krnl.h
r4108 r4117 1 /* $Id: OS2Krnl.h,v 1.7.4. 2 2000-08-28 22:44:22bird Exp $1 /* $Id: OS2Krnl.h,v 1.7.4.3 2000-08-30 04:11:30 bird Exp $ 2 2 * 3 3 * OS/2 kernel structures, typedefs and macros. … … 230 230 231 231 /* 232 * Calling convention for Security Helpers. 233 */ 234 #define SECCALL _System 235 236 /* 232 237 * 233 238 * Other Kernel Parts … … 241 246 #define INCL_OS2KRNL_PTDA 242 247 #define INCL_OS2KRNL_TCB 248 #define INCL_OS2KRNL_SEC 243 249 #endif 244 250 … … 271 277 #endif 272 278 273 #endif 279 #ifdef INCL_OS2KRNL_SEC 280 #include <OS2KSEC.h> 281 #endif 282 283 #endif -
branches/Grace/src/win32k/ldr/calltab.asm
r4108 r4117 1 ; $Id: calltab.asm,v 1.12.4. 8 2000-08-28 22:44:23bird Exp $1 ; $Id: calltab.asm,v 1.12.4.9 2000-08-30 04:11:31 bird Exp $ 2 2 ; 3 3 ; callTab - Call back again table - table with entry for each function or … … 106 106 public pldrpFileNameBuf_sel 107 107 108 public SecPathFromSFN 109 108 110 109 111 ; … … 352 354 db (MAXSIZE_PROLOG - 14) dup(0cch) 353 355 356 ; 41 357 SecPathFromSFN PROC NEAR 358 db MAXSIZE_PROLOG dup(0cch) 359 SecPathFromSFN ENDP 360 361 354 362 CALLTAB ENDS 355 363 -
branches/Grace/src/win32k/test/fakea.asm
r4108 r4117 1 ; $Id: fakea.asm,v 1.1.4. 6 2000-08-28 22:44:25bird Exp $1 ; $Id: fakea.asm,v 1.1.4.7 2000-08-30 04:11:33 bird Exp $ 2 2 ; 3 3 ; Fake assembly imports. … … 62 62 fakeptda_dummy db 123 dup (0) 63 63 fakeptda_environ dw 1 ; 1 is the hardcoded HOB of the win32ktst.exe's environment. 64 fakeptda_ptda _semdb 20 dup (0) ; PTDA semaphore - Intra-Process serialisation mutex KSEM (sg244640).64 fakeptda_ptdasem db 20 dup (0) ; PTDA semaphore - Intra-Process serialisation mutex KSEM (sg244640). 65 65 fakeptda_module dw 1 ; 1 is the hardcoded HMTE of the current executable module. 66 66 fakeptda_pBeginLIBPATH dd 0 ; BEGINLIBPATH not implemented.
Note:
See TracChangeset
for help on using the changeset viewer.
