2025-04-27 07:49:33 -04:00

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