mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
588 B
28 lines
588 B
#include <excpt.h>
|
|
//#include <nt.h>
|
|
//#include <ntrtl.h>
|
|
//#include <nturtl.h>
|
|
#include <string.h>
|
|
#include <memory.h>
|
|
#include <windows.h>
|
|
#include <dde.h>
|
|
#include "port1632.h"
|
|
|
|
/*** this is replaced by the regulat WinMain call
|
|
|
|
HANDLE APIENTRY MGetInstHandle()
|
|
{
|
|
return((HANDLE)NtCurrentPeb()->ImageBaseAddress);
|
|
}
|
|
|
|
*********/
|
|
|
|
|
|
|
|
/*----------------------------------USER-------------------------------------*/
|
|
|
|
|
|
/*-------------------------------------DEV-----------------------------------*/
|
|
|
|
|
|
/*-----------------------------------KERNEL----------------------------------*/
|