27 lines
648 B
C
27 lines
648 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows NT5.0
|
|
// Copyright (C) Microsoft Corporation, 1997.
|
|
//
|
|
// File: P C H . H
|
|
//
|
|
// Contents: Pre-compiled header file for sample OEM DLL code
|
|
//
|
|
// Notes:
|
|
//
|
|
// Author: kumarp 16-October-97
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#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 <setupapi.h>
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|