Source code of Windows XP (NT5)
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

  1. #include <excpt.h>
  2. //#include <nt.h>
  3. //#include <ntrtl.h>
  4. //#include <nturtl.h>
  5. #include <string.h>
  6. #include <memory.h>
  7. #include <windows.h>
  8. #include <dde.h>
  9. #include "port1632.h"
  10. /*** this is replaced by the regulat WinMain call
  11. HANDLE APIENTRY MGetInstHandle()
  12. {
  13. return((HANDLE)NtCurrentPeb()->ImageBaseAddress);
  14. }
  15. *********/
  16. /*----------------------------------USER-------------------------------------*/
  17. /*-------------------------------------DEV-----------------------------------*/
  18. /*-----------------------------------KERNEL----------------------------------*/