mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-28 14:04:47 -04:00
Version 0.2.2
Code changed to be compatible with XCode 5
This commit is contained in:
parent
05f1becfe6
commit
5a57489a5e
8 changed files with 90 additions and 88 deletions
|
@ -264,12 +264,12 @@ STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NU
|
|||
// functions
|
||||
//
|
||||
|
||||
UINT32
|
||||
INT32
|
||||
EfiCompress (
|
||||
UINT8 *SrcBuffer,
|
||||
UINT32 SrcSize,
|
||||
UINT8 *DstBuffer,
|
||||
UINT32 *DstSize
|
||||
UINT32 *DstSize
|
||||
)
|
||||
/*++
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue