Leaked source code of windows server 2003
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.

16 lines
313 B

  1. //
  2. // Master include file for StartUp Module
  3. //
  4. #define i386
  5. #define __stdcall
  6. #define __cdecl
  7. #define UNALIGNED
  8. #pragma warning(disable:4103)
  9. #pragma warning(disable:4341)
  10. #include "types.h"
  11. #include "ntmisc.h"
  12. #include "ntconfig.h"
  13. #include "global.h"
  14. #include "constant.h"
  15. #include "memmap.h"