35 lines
662 B
C
35 lines
662 B
C
/**************************************************************************
|
|
*
|
|
* (C) COPYRIGHT MICROSOFT CORP., 2000
|
|
*
|
|
* TITLE: pch.h
|
|
*
|
|
* VERSION: 1.0
|
|
*
|
|
* DATE: 18 July, 2000
|
|
*
|
|
* DESCRIPTION:
|
|
* Pre-compiled header for Fake Camera device
|
|
*
|
|
***************************************************************************/
|
|
|
|
#pragma once
|
|
|
|
#ifndef WIN32_LEAN_AND_MEAN
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <objbase.h>
|
|
#include <tchar.h>
|
|
|
|
//#include <sti.h>
|
|
//#include <stiusd.h>
|
|
|
|
#include <wiamindr.h>
|
|
#include <wiacammc.h>
|
|
#include <wiautil.h>
|
|
#include <stdio.h>
|
|
|
|
#include "fakecam.h"
|