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.
|
|
/**************************************************************************
* * (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"
|