mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 14:07:00 -06:00
14 lines
120 B
C
Executable File
14 lines
120 B
C
Executable File
// HC2.h
|
|
|
|
#ifndef __HC2_H
|
|
#define __HC2_H
|
|
|
|
#define BT_NAMESPACE NHC2
|
|
|
|
#include "HCMain.h"
|
|
|
|
#undef BT_NAMESPACE
|
|
|
|
#endif
|
|
|