mirror_edk2/MdePkg/Library/BasePcdLibNull
2007-08-15 06:17:29 +00:00
..
BasePcdLibNull.inf Add BasePcdLibNull in MdePkg. 2007-07-27 06:48:03 +00:00
BasePcdLibNull.msa Add BasePcdLibNull in MdePkg. 2007-07-27 06:48:03 +00:00
PcdLib.c 1) Add type casting for argument "a" in EFI_ERROR(a), since if compare two constants without specify data type, compiler maybe could not understand what is the actual data type of constant. The default would treat it as unsigned data. therefore, if the argument a of EFI_ERROR(a) is constant, for instance the EFI_LOAD_ERROR, the EFI_ERROR(a) would always be FALSE. 2007-08-15 06:17:29 +00:00