Version 0.2.5

Chaged sources to compile from case-sensitive FS (in Linux)
This commit is contained in:
Nikolaj Schlej 2013-10-14 14:11:54 +02:00
parent 56a0ed00b0
commit 1377661a35
7 changed files with 11 additions and 11 deletions

View file

@ -12,8 +12,8 @@ WITHWARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
*/
#include "LzmaCompress.h"
#include "Sdk/C/7zVersion.h"
#include "Sdk/C/LzmaEnc.h"
#include "SDK/C/7zVersion.h"
#include "SDK/C/LzmaEnc.h"
#include <stdlib.h>