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