diff --git a/LZMA/._LzmaCompress.c b/LZMA/._LzmaCompress.c deleted file mode 100644 index c893829..0000000 Binary files a/LZMA/._LzmaCompress.c and /dev/null differ diff --git a/LZMA/._LzmaCompress.h b/LZMA/._LzmaCompress.h deleted file mode 100644 index c893829..0000000 Binary files a/LZMA/._LzmaCompress.h and /dev/null differ diff --git a/LZMA/LzmaCompress.c b/LZMA/LzmaCompress.c index 687c1df..e0406bf 100644 --- a/LZMA/LzmaCompress.c +++ b/LZMA/LzmaCompress.c @@ -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 diff --git a/LZMA/LzmaCompress.h b/LZMA/LzmaCompress.h index 061ac22..5955087 100644 --- a/LZMA/LzmaCompress.h +++ b/LZMA/LzmaCompress.h @@ -14,7 +14,7 @@ #ifndef __LZMACOMPRESS_H__ #define __LZMACOMPRESS_H__ -#include "Sdk/C/Types.h" +#include "SDK/C/Types.h" #include "../basetypes.h" #ifdef __cplusplus @@ -36,4 +36,4 @@ LzmaCompress ( #ifdef __cplusplus } #endif -#endif \ No newline at end of file +#endif diff --git a/LZMA/LzmaDecompress.c b/LZMA/LzmaDecompress.c index 43b671c..81a65d3 100644 --- a/LZMA/LzmaDecompress.c +++ b/LZMA/LzmaDecompress.c @@ -12,8 +12,8 @@ WITHWARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. */ #include "LzmaDecompress.h" -#include "Sdk/C/Types.h" -#include "Sdk/C/7zVersion.h" +#include "SDK/C/Types.h" +#include "SDK/C/7zVersion.h" #include diff --git a/LZMA/LzmaDecompress.h b/LZMA/LzmaDecompress.h index b22da39..071326f 100644 --- a/LZMA/LzmaDecompress.h +++ b/LZMA/LzmaDecompress.h @@ -15,7 +15,7 @@ #define __LZMADECOMPRESS_H__ #include "../basetypes.h" -#include "Sdk/C/LzmaDec.h" +#include "SDK/C/LzmaDec.h" #define LZMA_HEADER_SIZE (LZMA_PROPS_SIZE + 8) diff --git a/uefitool.pro b/uefitool.pro index 3a95d2f..9427990 100644 --- a/uefitool.pro +++ b/uefitool.pro @@ -12,9 +12,9 @@ SOURCES += main.cpp \ treemodel.cpp \ LZMA/LzmaCompress.c \ LZMA/LzmaDecompress.c \ - LZMA/Sdk/C/LzFind.c \ - LZMA/Sdk/C/LzmaDec.c \ - LZMA/Sdk/C/LzmaEnc.c \ + LZMA/SDK/C/LzFind.c \ + LZMA/SDK/C/LzmaDec.c \ + LZMA/SDK/C/LzmaEnc.c \ Tiano/EfiTianoDecompress.c \ Tiano/EfiCompress.c \ Tiano/TianoCompress.c @@ -31,4 +31,4 @@ HEADERS += uefitool.h \ Tiano/EfiTianoCompress.h FORMS += uefitool.ui RC_FILE = uefitool.rc -ICON = uefitool.icns \ No newline at end of file +ICON = uefitool.icns