mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
this will allow us to diff against newer version of unrarsrc if we wish to update our port
8 lines
113 B
C++
8 lines
113 B
C++
#define INCLUDEGLOBAL
|
|
|
|
#if defined(__BORLANDC__) || defined(_MSC_VER)
|
|
#pragma hdrstop
|
|
#endif
|
|
|
|
#include "rar.hpp"
|