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.
|
|
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: P C H . H
//
// Contents: Pre-compiled header file for the sample filter
//
// Notes:
//
//----------------------------------------------------------------------------
#pragma once
// Turns off "string too long - truncated to 255 characters in the debug
// information, debugger cannot evaluate symbol."
//
#pragma warning (disable: 4786)
#include <windows.h>
#include <shellapi.h>
#include <shlobj.h>
#include <atlbase.h>
extern CComModule _Module; // required by atlcom.h
#include <atlcom.h>
#include <initguid.h>
#include <devguid.h>
#include <MyString.h>
|