misc/libphysfs/lzma/CPP/Common/CRC.cpp
author sheepluva
Sat, 30 Sep 2017 19:51:22 +0200
changeset 12623 2d68c113fc8d
parent 12218 bb5522e88ab2
permissions -rw-r--r--
fix copypasta fail that caused segfaults (esp. in pas2c)

// Common/CRC.cpp

#include "StdAfx.h"

extern "C" 
{ 
#include "../../C/7zCrc.h"
}

class CCRCTableInit
{
public:
  CCRCTableInit() { CrcGenerateTable(); }
} g_CRCTableInit;