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.

61 lines
992 B

  1. /*++
  2. Copyright (C) 2000 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract:
  6. Precompiled header
  7. Author:
  8. DavePar
  9. Revision History:
  10. --*/
  11. #ifndef _PCH_H
  12. #define _PCH_H
  13. #include <windows.h>
  14. #include <stddef.h>
  15. #include <stdio.h>
  16. #include <tchar.h>
  17. #include <objbase.h>
  18. #include <assert.h>
  19. #include <wiamindr.h>
  20. #include <gdiplus.h>
  21. #include <wiautil.h>
  22. #include <usbscan.h>
  23. #define INITGUID
  24. #include <initguid.h>
  25. #include <sti.h>
  26. #include <stiusd.h>
  27. #include "wiatempl.h"
  28. #include "iso15740.h"
  29. #include "dllmain.h"
  30. #include "utils.h"
  31. #include "camera.h"
  32. #include "camusb.h"
  33. #include "factory.h"
  34. #include "ptputil.h"
  35. #include "resource.h"
  36. #include "ptpusd.h"
  37. #include "minidrv.h"
  38. #include "trace.h"
  39. #define STRSAFE_NO_DEPRECATE // don't deprecate old string functions
  40. #define STRSAFE_NO_CB_FUNCTIONS // don't define byte count based functions, use character count only
  41. #include "strsafe.h"
  42. #endif // _PCH_H