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

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

Initial checkin of Win32k. (not tested & pe2lx not up-to-date!)

File size: 176 bytes
Line 
1#include <ldr.h>
2
3int LDRCALL myLDRLoadExe(PCHAR pExeName,PULONG p2)
4{
5 //kernel_printf(("_LDRLoadExe: %s - param2:0x%x", pExeName, p2));
6 return _LDRLoadExe(pExeName,p2);
7}
8
9
Note: See TracBrowser for help on using the repository browser.