v1.03 prerelease - Full Linux port of crnlib/crunch, in progress - still more testing to do, and some cmd line options (such as -timestamp) don't work under linux yet, but the core stuff (compression/decompression/transcoding) should work fine and performance under Linux is comparable to Windows. The 3 examples haven't been ported yet.
This commit is contained in:
+2
-7
@@ -4,16 +4,11 @@
|
||||
#ifndef __7Z_TYPES_H
|
||||
#define __7Z_TYPES_H
|
||||
|
||||
#define COMPRESS_MF_MT
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef _XBOX
|
||||
#include <xtl.h>
|
||||
#elif defined( _WIN32 )
|
||||
#if defined( _WIN32 )
|
||||
#include <windows.h>
|
||||
#else
|
||||
#error Unknown platform
|
||||
#define COMPRESS_MF_MT
|
||||
#endif
|
||||
|
||||
namespace crnlib {
|
||||
|
||||
Reference in New Issue
Block a user