Ignore:
Timestamp:
Apr 1, 2002, 3:04:59 PM (24 years ago)
Author:
bird
Message:

Updated emails and copyrights.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/lib/libCallThruCallGate.asm

    r5224 r8184  
    1 ; $Id: libCallThruCallGate.asm,v 1.1 2001-02-21 07:47:57 bird Exp $
     1; $Id: libCallThruCallGate.asm,v 1.1.2.1 2002-04-01 13:04:54 bird Exp $
    22;
    33; Calls Win32k thru the call gate.
    44;
    5 ; Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5; Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66;
    77; Project Odin Software License can be found in LICENSE.TXT
     
    2929; @cproto    APIRET APIENTRY libWin32kCallThruCallGate(ULONG ulFunction, PVOID pvParam);
    3030; @returns   CS value.
    31 ; @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     31; @author    knut st. osmundsen (bird@anduin.net)
    3232libCallThruCallGate proc near
    3333    ASSUME  ds:FLAT, ss:FLAT
Note: See TracChangeset for help on using the changeset viewer.