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/ldr/myldrOpenPatha.asm

    r4347 r5247  
    1 ; $Id: myldrOpenPatha.asm,v 1.4 2000-10-01 02:58:19 bird Exp $
     1; $Id: myldrOpenPatha.asm,v 1.5 2001-02-23 02:57:54 bird Exp $
    22;
    33; myldrOpenPatha - assembly helpers for myldrOpenPath.
     
    6363    push    dword ptr [esp + 10h]
    6464    push    dword ptr [esp + 10h]
    65     call    near ptr FLAT:CALLTAB:_ldrOpenPath_wrapped
     65    call    _ldrOpenPath_wrapped
    6666    ret     14h
    6767endif
     
    9595
    9696new:
    97     jmp     near ptr FLAT:CALLTAB:_ldrOpenPath_wrapped
     97    jmp     _ldrOpenPath_wrapped
    9898_ldrOpenPath@20 ENDP
    9999
Note: See TracChangeset for help on using the changeset viewer.