29 lines
588 B
C
29 lines
588 B
C
#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----------------------------------*/
|