]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
Fix build issue for ICC compiler.
[mirror_edk2.git] / Nt32Pkg / Library / DxeNt32OemHookStatusCodeLib / Nt32OemHookStatusCodeLib.c
index 3f765cc312720efa00c6f1a159a0aadb1fb93429..3581be7d3bf9c68ad113c3f6c8677353896fee41 100644 (file)
@@ -151,7 +151,7 @@ OemHookStatusCodeReport (
               mStdOut,\r
               Buffer,\r
               CharCount,\r
-              &CharCount,\r
+              (LPDWORD)&CharCount,\r
               NULL\r
               );\r
 \r
@@ -245,7 +245,7 @@ OemHookStatusCodeReport (
             mStdOut,\r
             Buffer,\r
             CharCount,\r
-            &CharCount,\r
+            (LPDWORD)&CharCount,\r
             NULL\r
             );\r
 \r