From: mdkinney Date: Wed, 4 Oct 2006 23:12:45 +0000 (+0000) Subject: Fix VS 2005 compatibility issue X-Git-Tag: edk2-stable201903~24207 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=194479d645de05c67f38f29a4382de114f952f50;ds=sidebyside Fix VS 2005 compatibility issue git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1667 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkNt32Pkg/Include/Protocol/WinNtThunk.h b/EdkNt32Pkg/Include/Protocol/WinNtThunk.h index 6ebc93fb6f..b3e161f7cd 100644 --- a/EdkNt32Pkg/Include/Protocol/WinNtThunk.h +++ b/EdkNt32Pkg/Include/Protocol/WinNtThunk.h @@ -790,6 +790,7 @@ WINUSERAPI INT32 (WINAPIV *WinNtSprintf) ( LPWSTR Buffer, + size_t Count, LPCWSTR String, ... );