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.
27 lines
328 B
27 lines
328 B
/*++
|
|
|
|
Copyright (C) 1997-2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.h
|
|
|
|
Abstract:
|
|
|
|
Pre-compiled header file
|
|
|
|
History:
|
|
|
|
--*/
|
|
#ifndef __PRECOMP_H_
|
|
#define __PRECOMP_H_
|
|
|
|
#include <ole2.h>
|
|
#include <windows.h>
|
|
|
|
#include <comutil.h>
|
|
|
|
#define STRSAFE_NO_DEPRECATE
|
|
|
|
#include <strsafe.h>
|
|
#endif
|