The following changes have been committed to EDK II to correct some compiler 
compatibility issues.  In addition, two new files have been added to list known 
issues in these two packages.

AppPkg/ISSUES.txt
StdLib/ISSUES.txt


1 AppPkg\Applications\Main\Main.c
2   Remove EFIAPI calling convention tag from definition of main().
3
4 StdLib\Include\Containers\Fifo.h
5   Change return type of cFIFO_Truncate to size_t.  Makes declaration match 
definition.
6   Update comment to describe what is returned.
7
8 StdLib\LibC\Uefi\InteractiveIO\IIOutilities.c
9   Change return type of IIO_CursorDelta to int. Makes declaration match 
definition.
10   Change other types from INT32 to int, for consistency.
11   Update comment for returned values.
Daryl McDaniel

"I have always wished for my computer to be as easy to use as my telephone;
my wish has come true because I can no longer figure out how to use my 
telephone."
-- Bjarne Stoustrup

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to