Add ABS() macro (Absolute Value) to Base.h in MdePkg

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11819 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2011-06-13 20:26:03 +00:00
parent 8b157410c1
commit e118a40b9d
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
#ifndef _SHELL_BASE_
#define _SHELL_BASE_
#define ABS(a) ((a<0)?(-(a)):(a))
typedef VOID *SHELL_FILE_HANDLE;
#define SHELL_FREE_NON_NULL(Pointer) \