audk/BaseTools/Source/C/GenFw
Hao Wu 7be7b25d11 BaseTools/GenFw: Fix VS2010/VS2012 build failure
https://bugzilla.tianocore.org/show_bug.cgi?id=417

The commit makes the following refinements in GenFw source codes to
avoid VS2010/VS2012 build failure:

1. Replaces the uses of 'bool' with 'BOOLEAN' for accordance, and remove
the header file dependency for '<stdbool.h>'.

2. Refines coding style for function 'GetSymName' to declare local
variables at the beginning of the function block.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
2017-03-07 08:43:26 +08:00
..
Elf32Convert.c BaseTools/GenFw: Fix VS2010/VS2012 build failure 2017-03-07 08:43:26 +08:00
Elf32Convert.h
Elf64Convert.c BaseTools/GenFw: Fix VS2010/VS2012 build failure 2017-03-07 08:43:26 +08:00
Elf64Convert.h
ElfConvert.c
ElfConvert.h
GNUmakefile
GenFw.c BaseTools/GenFw: Fix parameter format mismatch in scanf functions 2016-11-08 16:36:56 +08:00
GenFw.h
Makefile
elf32.h
elf64.h
elf_common.h