ObsidianDragon - DragonX ImGui Wallet
Full-node GUI wallet for DragonX cryptocurrency. Built with Dear ImGui, SDL3, and OpenGL3/DX11. Features: - Send/receive shielded and transparent transactions - Autoshield with merged transaction display - Built-in CPU mining (xmrig) - Peer management and network monitoring - Wallet encryption with PIN lock - QR code generation for receive addresses - Transaction history with pagination - Console for direct RPC commands - Cross-platform (Linux, Windows)
This commit is contained in:
9
libs/miniz/miniz_export.h
Normal file
9
libs/miniz/miniz_export.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
// Stub for miniz_export.h — normally generated by CMake.
|
||||
// We build miniz as a static source file, so no export macros are needed.
|
||||
#ifndef MINIZ_EXPORT
|
||||
#define MINIZ_EXPORT
|
||||
#endif
|
||||
#ifndef MINIZ_NO_EXPORT
|
||||
#define MINIZ_NO_EXPORT
|
||||
#endif
|
||||
Reference in New Issue
Block a user