Home | History | Annotate | Download | only in Common
      1 // Common/CRC.cpp
      2 
      3 #include "StdAfx.h"
      4 
      5 #include "../../C/7zCrc.h"
      6 
      7 struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;
      8