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.

38 lines
736 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1997.
  5. //
  6. // File: pch.cxx
  7. //
  8. // Contents: include <windows.h>
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // Coupling:
  15. //
  16. // Notes:
  17. //
  18. // History: 1-17-1997 ericne Created
  19. //
  20. //----------------------------------------------------------------------------
  21. #pragma once
  22. #define UNICODE
  23. #define _UNICODE
  24. #include <nt.h>
  25. #include <ntrtl.h>
  26. #include <nturtl.h>
  27. #include <windows.h>
  28. #include <query.h>
  29. #include <filter.h>
  30. #include <filterr.h>
  31. #include <tchar.h>
  32. #include <stdio.h>
  33. #include <stdlib.h>
  34. #include <string.h>