]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/BaseLib/Synchronization.c
In before, FixedPcdGetxx macro was defined as global variable, it is wrong. It should...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Jun 2006 14:07:22 +0000 (14:07 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Jun 2006 14:07:22 +0000 (14:07 +0000)
commitdc530c7b9df56725243aae875ed90ac1138e4628
tree033c55927f95fb0e3c3eeb98e3a647a32e3695b0
parent30a60d29aac19ca429dc75b6295db907618513b4
In before, FixedPcdGetxx macro was defined as global variable, it is wrong. It should be defined as value directly, and module developer can use it to define length of array.
1) Change macro FixedPcdGetxx to value macro.
2) Change some wrong macro usage in library.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@598 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Library/PcdLib.h
MdePkg/Library/BaseLib/LinkedList.c
MdePkg/Library/BaseLib/String.c
MdePkg/Library/BaseLib/Synchronization.c