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.

32 lines
483 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. spprecmp.h
  5. Abstract:
  6. precompiled header for textmode setup
  7. Revision History:
  8. --*/
  9. #pragma once
  10. #if !defined(NOWINBASEINTERLOCK)
  11. #define NOWINBASEINTERLOCK
  12. #endif
  13. #include "sprtl.h"
  14. #include "nt.h"
  15. #include "ntrtl.h"
  16. #include "nturtl.h"
  17. #include "windows.h"
  18. #include "msg.h"
  19. #include "textmode.h"
  20. #define ACTUAL_MAX_PATH 320
  21. #define ARRAYSIZE(x) sizeof((x))/sizeof((x)[0])