diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-09 06:48:31 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-09 06:48:31 +0000 |
commit | be5ec8c531e4f270b62514e792f1815a05922d3c (patch) | |
tree | 3ee836cc3b403612ccd49f28eb2a63ba2535d135 /MdeModulePkg | |
parent | 41342801ff6a8be27d1525479acea3ac6dcdc75a (diff) | |
download | edk2-platforms-be5ec8c531e4f270b62514e792f1815a05922d3c.tar.xz |
Fix X64 VS2005 and VS2008 compile error.
Signed-off-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12111 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c b/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c index 45aab49176..f0f206192f 100644 --- a/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c +++ b/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c @@ -1164,7 +1164,7 @@ InternalPrintLibSPrintMarker ( UINT32 GuidData1;
UINT16 GuidData2;
UINT16 GuidData3;
- UINT32 LengthToReturn;
+ UINTN LengthToReturn;
//
// If you change this code be sure to match the 2 versions of this function.
|