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.

47 lines
748 B

  1. /*++
  2. Copyright (C) 2000 Microsoft Corporation
  3. Module Name:
  4. ptppch.h
  5. Abstract:
  6. Precompiled header
  7. Author:
  8. DavePar
  9. Revision History:
  10. --*/
  11. #ifndef _PTPPCH_H
  12. #define _PTPPCH_H
  13. #include <windows.h>
  14. #include <stddef.h>
  15. #include <tchar.h>
  16. #include <objbase.h>
  17. #include <assert.h>
  18. #include <stdio.h>
  19. #include <usbscan.h>
  20. #include <wiamindr.h>
  21. #include <wiautil.h>
  22. #include "wiatempl.h"
  23. #include "iso15740.h"
  24. #include "camera.h"
  25. #include "camusb.h"
  26. #include "ptputil.h"
  27. #define STRSAFE_NO_DEPRECATE // don't deprecate old string functions
  28. #define STRSAFE_NO_CB_FUNCTIONS // don't define byte count based functions, use character count only
  29. #include "strsafe.h"
  30. #endif // _PTPPCH_H