mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 20:11:35 -06:00
20 lines
221 B
C
Executable File
20 lines
221 B
C
Executable File
// BinTree3Z.h
|
|
|
|
// #pragma once
|
|
|
|
#ifndef __BINTREE3Z__H
|
|
#define __BINTREE3Z__H
|
|
|
|
#undef BT_NAMESPACE
|
|
#define BT_NAMESPACE NBT3Z
|
|
|
|
#define HASH_ZIP
|
|
|
|
#include "BinTree.h"
|
|
// #include "BinTreeMain.h"
|
|
|
|
#undef HASH_ZIP
|
|
|
|
#endif
|
|
|