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.

20 lines
328 B

  1. #include <stdio.h>
  2. #include <windows.h>
  3. #include <conio.h>
  4. #include <process.h>
  5. #include <tchar.h>
  6. #include <objbase.h>
  7. #include <inflib.h>
  8. #include <string.h>
  9. #include <sputils.h>
  10. #define NOSPEW 0
  11. #define BRIEF 1
  12. #define DETAIL 2
  13. #define WINNT32_PHASE 1
  14. #define LOADER_PHASE 2
  15. #define TEXTMODE_PHASE 4