mirror_edk2/UnixPkg/Library/DxeUnixOemHookStatusCodeLib
2009-05-30 23:55:11 +00:00
..
DxeUnixOemHookStatusCodeLib.inf Port EdkUnixPkg to UnixPkg. The changes are listed as follows: 2008-06-30 05:08:49 +00:00
UnixOemHookStatusCodeLib.c This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. 2009-05-30 23:55:11 +00:00