27 lines
325 B
C
27 lines
325 B
C
/*++
|
|
|
|
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 <comdef.h>
|
|
#define STRSAFE_NO_DEPRECATE
|
|
#include <strsafe.h>
|
|
|
|
#endif
|