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.

27 lines
305 B

  1. #ifndef _MAIN_H
  2. #define _MAIN_H
  3. //
  4. // NT Headers
  5. //
  6. #include <nt.h>
  7. #include <ntrtl.h>
  8. #include <nturtl.h>
  9. //
  10. // Windows Headers
  11. //
  12. #include <windows.h>
  13. #include <rpc.h>
  14. //
  15. // CRunTime Includes
  16. //
  17. #include <stdlib.h>
  18. #include <limits.h>
  19. #include <io.h>
  20. #include <stdio.h>
  21. #include <string.h>
  22. v#endif