]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Include/ShellBase.h
ShellPkg: Move SHELL_FREE_NON_NULL from ShellBase.h to ShellLib.h
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 14 Oct 2016 07:59:53 +0000 (15:59 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 19 Oct 2016 02:24:36 +0000 (10:24 +0800)
commitc6377bfaccd51dca6de6468c262cc024e6ab741b
tree31b51d861cff7d9554dd59aa347371f0228d8a90
parentd9c2c9540a95608bc1179b88be90373fb93664a8
ShellPkg: Move SHELL_FREE_NON_NULL from ShellBase.h to ShellLib.h

The more proper place for macro SHELL_FREE_NON_NULL is ShellLib.h
instead of ShellBase.h.

Modify Compress.c to resolve build failure due to this change.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
ShellPkg/Include/Library/ShellLib.h
ShellPkg/Include/ShellBase.h
ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c