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.

42 lines
781 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: parsecath.h
  4. //
  5. // Contents: The precompiled headers file.
  6. //
  7. // History: AshishS Created 6/27/99
  8. //
  9. //----------------------------------------------------------------------------
  10. #ifndef _COMMONLIB_HEADERS_H_
  11. #define _COMMONLIB_HEADERS_H_
  12. #include <windows.h>
  13. #include <stdio.h>
  14. #include <string.h>
  15. #include <memory.h>
  16. #include <tchar.h>
  17. #include <locale.h>
  18. // use the _ASSERT and _VERIFY in dbgtrace.h
  19. #ifdef _ASSERT
  20. #undef _ASSERT
  21. #endif
  22. #ifdef _VERIFY
  23. #undef _VERIFY
  24. #endif
  25. #include <stdlib.h>
  26. #include <dbgtrace.h>
  27. // #include <sfp.h>
  28. #include <traceids.h>
  29. // #include <constants.h>
  30. #include <commonlib.h>
  31. #endif