18 lines
146 B
C++
18 lines
146 B
C++
/*++
|
|
|
|
Copyright (c) 1985-1998, Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
|
|
crc-32.cpp
|
|
|
|
Abstract:
|
|
|
|
--*/
|
|
|
|
#include <windows.h>
|
|
#include "crc-32.h"
|
|
|
|
|