source:
trunk/src/win32k/ldr/myldrGetMte.cpp@
847
Last change on this file since 847 was 847, checked in by , 26 years ago | |
---|---|
File size: 222 bytes |
Line | |
---|---|
1 | #include <ldr.h> |
2 | |
3 | int LDRCALL myldrGetMte(ULONG p1, ULONG p2, ULONG p3, ULONG p4, ULONG p5) |
4 | { |
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); |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.