Changeset 8180 for branches


Ignore:
Timestamp:
Apr 1, 2002, 2:52:48 PM (24 years ago)
Author:
bird
Message:

Just made the thing compile. FIXME: doesn't work!

File:
1 edited

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:11 bird Exp $
     1; $Id: d32Events.asm,v 1.1.2.3 2002-04-01 12:52:48 bird Exp $
    22;
    33; d32Events - Code for overriding system events.
     
    2626    extrn   aSysEventsOverrides:dword
    2727    extrn   dh_SendEvent:near
    28     extrn   dh_SendEvent_sel:word
    2928    extrn   RASRST:near
    3029    extrn   _Device_Help:dword
     
    113112    pop     ds                          ; 3
    114113    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
    116117    mov     ss:[bp+6], ax               ; 4
    117118    pop     eax                         ; restore eax.
Note: See TracChangeset for help on using the changeset viewer.