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.

34 lines
662 B

  1. /**************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 2000
  4. *
  5. * TITLE: pch.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * DATE: 18 July, 2000
  10. *
  11. * DESCRIPTION:
  12. * Pre-compiled header for Fake Camera device
  13. *
  14. ***************************************************************************/
  15. #pragma once
  16. #ifndef WIN32_LEAN_AND_MEAN
  17. #define WIN32_LEAN_AND_MEAN
  18. #endif
  19. #include <windows.h>
  20. #include <objbase.h>
  21. #include <tchar.h>
  22. //#include <sti.h>
  23. //#include <stiusd.h>
  24. #include <wiamindr.h>
  25. #include <wiacammc.h>
  26. #include <wiautil.h>
  27. #include <stdio.h>
  28. #include "fakecam.h"