audk/MdeModulePkg/Universal/SetupBrowserDxe
qwang12 19b15d6310 Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6313 6f19259b-4bc3-4df7-8a09-765794883524
2008-10-31 02:04:40 +00:00
..
Colors.h Clean up SetupBrowserDxe for Doxygen comments requirement. 2008-07-15 08:35:54 +00:00
Expression.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
IfrParse.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
InputHandler.c Merge in [EDK 1166]: Form title is not displayed by Setup Browser 2008-08-18 07:57:01 +00:00
Presentation.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
Print.c Clean up SetupBrowserDxe for Doxygen comments requirement. 2008-07-15 08:35:54 +00:00
Print.h Clean up SetupBrowserDxe for Doxygen comments requirement. 2008-07-15 08:35:54 +00:00
ProcessOptions.c Merged in the bug fixes from EDK I. 2008-09-02 01:23:52 +00:00
Setup.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
Setup.h Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/Ppi/Guid header file 2008-10-09 01:12:34 +00:00
SetupBrowserDxe.inf Merged in the bug fixes from EDK I. 2008-09-02 01:23:52 +00:00
SetupBrowserStr.uni Merged in the bug fixes from EDK I. 2008-09-02 01:23:52 +00:00
Ui.c Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. 2008-10-31 02:04:40 +00:00
Ui.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00