source: trunk/src/win32k/ldr/myLDRLoadExe.cpp@ 3830

Last change on this file since 3830 was 2550, checked in by bird, 26 years ago

Added module header on the obsolete files.

File size: 385 bytes
Line 
1/* $Id: myLDRLoadExe.cpp,v 1.2 2000-01-28 15:28:42 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 */
10#include <ldr.h>
11
12int LDRCALL myLDRLoadExe(PCHAR pExeName,PULONG pPTDA) /* ? */
13{
14 //kernel_printf(("_LDRLoadExe: %s - param2:0x%x", pExeName, p2));
15 return _LDRLoadExe(pExeName,p2);
16}
17
18
Note: See TracBrowser for help on using the repository browser.