mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 16:07:05 -06:00
10 lines
119 B
C++
Executable File
10 lines
119 B
C++
Executable File
#include "StdAfx.h"
|
|
|
|
#include "Original/bzlib.h"
|
|
|
|
extern "C"
|
|
|
|
void bz_internal_error (int errcode)
|
|
{
|
|
throw "error";
|
|
} |