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

43 lines
561 B
C

/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
precomp.h
Abstract:
All pre-compiled headers included here.
Author:
Darren L. Anderson (darrenan) 6-Aug-1998
Revision History:
6-Aug-1998 darrenan
Created.
--*/
#ifndef _PRECOMP_H
#define _PRECOMP_H
#ifndef STRICT
#define STRICT
#endif
#define _ATL_APARTMENT_THREADED
#include <windows.h>
#include <crtdbg.h>
#include "digest.h"
#include "md5.h"
#endif // !defined(_PRECOMP_H)