Skip to content

Commit 4a61fcd

Browse files
committed
Version 0.4.0
- Code is highly refactored - Editing is (partially) working now
1 parent 981795d commit 4a61fcd

18 files changed

+2603
-1650
lines changed

LZMA/LzmaDecompress.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
#include "../basetypes.h"
1818
#include "SDK/C/LzmaDec.h"
1919

20-
#define LZMA_HEADER_SIZE (LZMA_PROPS_SIZE + 8)
21-
2220
#ifdef __cplusplus
2321
extern "C" {
2422
#endif
2523

24+
#define LZMA_HEADER_SIZE (LZMA_PROPS_SIZE + 8)
25+
2626
UINT64
2727
EFIAPI
2828
LShiftU64 (

0 commit comments

Comments
 (0)