Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

39 lines
434 B

/*++
Copyright (c) 1998-1999, Microsoft Corporation
Module Name:
Crc32.h
Abstract:
--*/
#ifndef CRC32_H
#define CRC32_H
#include <windows.h>
#include <string.h> // needed by compobj.h
#if defined(WIN32) || defined(_WIN32)
#include <crtdbg.h>
#else
typedef short INT;
#include <assert.h>
#define _ASSERT assert
#include <compobj.h> // needed for 16-bit build
#endif
#include "tchar.h"
#include "CCrc32.h"
#endif