mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-22 22:19:37 +00:00
8 lines
113 B
C++
8 lines
113 B
C++
|
|
#define INCLUDEGLOBAL
|
||
|
|
|
||
|
|
#if defined(__BORLANDC__) || defined(_MSC_VER)
|
||
|
|
#pragma hdrstop
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#include "rar.hpp"
|