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.

50 lines
948 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 2001
  4. *
  5. * TITLE: pch.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * DATE: 15 Nov, 2000
  10. *
  11. * DESCRIPTION:
  12. * Procomplied header for WIA File System Device driver object
  13. *
  14. *******************************************************************************/
  15. #ifndef _PCH_H
  16. #define _PCH_H
  17. #ifndef WIN32_LEAN_AND_MEAN
  18. #define WIN32_LEAN_AND_MEAN
  19. #endif
  20. #ifndef UNICODE
  21. #define UNICODE
  22. #endif
  23. #include <stdio.h>
  24. #include <objbase.h>
  25. #include <sti.h>
  26. #include <assert.h>
  27. #include <windows.h>
  28. #include <stierr.h>
  29. #define INITGUID
  30. #include "initguid.h"
  31. #include <stiusd.h>
  32. #pragma intrinsic(memcmp,memset)
  33. #include <wiamindr.h>
  34. #include <wiautil.h>
  35. #include "wiatempl.h"
  36. #include "resource.h"
  37. #include "FScam.h"
  38. #include "wiacam.h"
  39. //#include "coreDbg.h"
  40. #include <strsafe.h>
  41. #endif