Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BZip2Error.cpp « BZip2Original « Compress « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8a912dc1741d45116e3ec9b7e468b5f40ae3794 (plain)
1
2
3
4
5
6
7
8
9
10
#include "StdAfx.h"

#include "Original/bzlib.h"

extern "C"

void bz_internal_error (int errcode)
{
  throw "error";
}