• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Common/CRC.cpp
2 
3 #include "StdAfx.h"
4 
5 #include "../../C/7zCrc.h"
6 
CCRCTableInitCCRCTableInit7 struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;
8