mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 21:44:24 -04:00
Version 0.2.5
Chaged sources to compile from case-sensitive FS (in Linux)
This commit is contained in:
parent
56a0ed00b0
commit
1377661a35
7 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue