Changeset 5247 for trunk/src/win32k/test


Ignore:
Timestamp:
Feb 23, 2001, 3:57:55 AM (25 years ago)
Author:
bird
Message:

Calltable fixes. Handle event. New 14062e kernels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/test/fakea.asm

    r5207 r5247  
    1 ; $Id: fakea.asm,v 1.4 2001-02-20 05:05:23 bird Exp $
     1; $Id: fakea.asm,v 1.5 2001-02-23 02:57:55 bird Exp $
    22;
    33; Fake assembly imports.
     
    4444    public fakeKMEnterKmodeSEF
    4545    public fakeKMExitKmodeSEF8
     46    public fakeRASRST
     47    public fakedh_SendEvent
    4648
    4749
     
    261263
    262264
     265;;
     266; RASRST faker.
     267; @status   stupid stub.
     268fakeRASRST proc near
     269    mov     ax, ds
     270    mov     ax, ds
     271    mov     ax, ds
     272    mov     ax, ds
     273    int     3
     274fakeRASRST endp
     275
     276
     277;;
     278; dh_SendEvent faker.
     279; @status   stupid stub.
     280fakedh_SendEvent proc near
     281    mov     ax, ds
     282    mov     ax, ds
     283    mov     ax, ds
     284    mov     ax, ds
     285    int     3
     286fakedh_SendEvent endp
    263287
    264288
Note: See TracChangeset for help on using the changeset viewer.