Changeset 4347 for trunk/src/win32k/ldr/mytkStartProcess.asm
- Timestamp:
- Oct 1, 2000, 4:58:21 AM (25 years ago)
- Location:
- trunk/src/win32k/ldr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr
-
Property svn:ignore
set to
calltaba.asm
-
Property svn:ignore
set to
-
trunk/src/win32k/ldr/mytkStartProcess.asm
r4164 r4347 1 ; $Id: mytkStartProcess.asm,v 1. 2 2000-09-02 21:08:10bird Exp $1 ; $Id: mytkStartProcess.asm,v 1.3 2000-10-01 02:58:19 bird Exp $ 2 2 ; 3 3 ; tkStartProcess overloader. Needed to clear the loader semaphore … … 57 57 ; Exported symbols 58 58 ; 59 public mytkStartProcess59 public _mytkStartProcess 60 60 61 61 … … 71 71 ; @author knut st. osmundsen (knut.stange.osmundsen@pmsc.no) 72 72 ; @remark 73 mytkStartProcess PROC NEAR73 _mytkStartProcess PROC NEAR 74 74 ASSUME DS:FLAT, ES:NOTHING, SS:NOTHING 75 75 … … 106 106 pop eax 107 107 jmp near ptr FLAT:_tkStartProcess 108 mytkStartProcess ENDP108 _mytkStartProcess ENDP 109 109 110 110 CODE32 ENDS
Note:
See TracChangeset
for help on using the changeset viewer.