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.

26 lines
567 B

  1. #pragma once
  2. #include "excpt.h"
  3. #include <stdarg.h>
  4. #if !defined(FUSION_STATIC_NTDLL)
  5. #if FUSION_WIN
  6. #define FUSION_STATIC_NTDLL 1
  7. #else
  8. #define FUSION_STATIC_NTDLL 0
  9. #endif // FUSION_WIN
  10. #endif // !defined(FUSION_STATIC_NTDLL)
  11. #if !FUSION_STATIC_NTDLL
  12. #include "ntdef.h"
  13. #undef NTSYSAPI
  14. #define NTSYSAPI /* nothing */
  15. #endif
  16. #include "nt.h"
  17. #include "ntrtl.h"
  18. #include "nturtl.h"
  19. #include "windows.h"
  20. #include "fusionlastwin32error.h"
  21. #include "fusionntdll.h"
  22. #define NUMBER_OF(x) (sizeof(x)/sizeof((x)[0]))
  23. #define MAXDWORD (~(DWORD)0)