- Timestamp:
- Apr 1, 2002, 2:52:48 PM (24 years ago)
- File:
-
- 1 edited
-
branches/splittup/src/win32k/src/d32Events.asm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/src/d32Events.asm
r8160 r8180 1 ; $Id: d32Events.asm,v 1.1.2. 2 2002-04-01 09:57:11bird Exp $1 ; $Id: d32Events.asm,v 1.1.2.3 2002-04-01 12:52:48 bird Exp $ 2 2 ; 3 3 ; d32Events - Code for overriding system events. … … 26 26 extrn aSysEventsOverrides:dword 27 27 extrn dh_SendEvent:near 28 extrn dh_SendEvent_sel:word29 28 extrn RASRST:near 30 29 extrn _Device_Help:dword … … 113 112 pop ds ; 3 114 113 ASSUME ds:DATA16 ; 3 115 mov ax, cs:dh_SendEvent_sel ; 3 114 ; TODO/FIXME: this doesn't work! 115 int 3 116 mov ax, seg dh_SendEvent ; 3 116 117 mov ss:[bp+6], ax ; 4 117 118 pop eax ; restore eax.
Note:
See TracChangeset
for help on using the changeset viewer.
