Ignore:
Timestamp:
Jan 28, 2000, 4:28:43 PM (26 years ago)
Author:
bird
Message:

Added module header on the obsolete files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/myldrGetMte.cpp

    r847 r2550  
     1/* $Id: myldrGetMte.cpp,v 1.2 2000-01-28 15:28:43 bird Exp $
     2 *
     3 * Obsolete
     4 *
     5 * Copyright (c) 1998 knut st. osmundsen
     6 *
     7 * Project Odin Software License can be found in LICENSE.TXT
     8 *
     9 */
    110#include <ldr.h>
    211
    312int LDRCALL myldrGetMte(ULONG p1, ULONG p2, ULONG p3, ULONG p4, ULONG p5)
    413{
    5         //kernel_printf(("_ldrGetMte: p1:0x%x p2:0x%x p3:0x%x p4:0x%x p5:0x%x",p1,p2,p3,p4,p5));
    6         return _ldrGetMte(p1,p2,p3,p4,p5);
     14    //kernel_printf(("_ldrGetMte: p1:0x%x p2:0x%x p3:0x%x p4:0x%x p5:0x%x",p1,p2,p3,p4,p5));
     15    return _ldrGetMte(p1,p2,p3,p4,p5);
    716}
Note: See TracChangeset for help on using the changeset viewer.