audk/ShellPkg/Library
Laszlo Ersek 7367e66f8b ShellPkg: UefiShellTftpCommandLib: fix incompatible pointer assignment
Add the missing EFIAPI calling convention to the CheckPacket() function.
Without it, the gcc build breaks due to the incompatible pointer
assignment in "Mtftp4Token.CheckPacket = CheckPacket".

Cc: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18553 6f19259b-4bc3-4df7-8a09-765794883524
2015-09-25 17:22:53 +00:00
..
UefiDpLib ShellPkg: Rename some functions in Dp to avoid build errors. 2015-09-15 04:54:06 +00:00
UefiHandleParsingLib ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2. 2015-08-27 04:45:23 +00:00
UefiShellBcfgCommandLib ShellPkg: Help and Error Messages Update 2015-03-09 22:18:59 +00:00
UefiShellCEntryLib ShellPkg: Refine the fomat in INF/DEC files to follow spec. 2015-01-22 01:44:11 +00:00
UefiShellCommandLib ShellPkg: Fix typo of 'determines' in ShellPkg. 2015-07-08 01:54:46 +00:00
UefiShellDebug1CommandsLib ShellPkg: Added SMBIOS 2.8 Type 17 changes to smbiosview 2015-09-18 02:58:31 +00:00
UefiShellDriver1CommandsLib ShellPkg: Fix a command line unicode string type. 2015-09-16 08:20:27 +00:00
UefiShellInstall1CommandsLib ShellPkg: Refine the fomat in INF/DEC files to follow spec. 2015-01-22 01:44:11 +00:00
UefiShellLevel1CommandsLib ShellPkg: Fix 'for' command fail with multiple fields. 2015-09-09 04:57:05 +00:00
UefiShellLevel2CommandsLib ShellPkg: use UEFI_APPLICATION module type for Shell components 2015-08-25 14:54:36 +00:00
UefiShellLevel3CommandsLib ShellPkg: use UEFI_APPLICATION module type for Shell components 2015-08-25 14:54:36 +00:00
UefiShellLib ShellPkg: prevent Close call when Open failed 2015-07-28 20:22:26 +00:00
UefiShellNetwork1CommandsLib ShellPkg: Get media status in ifconfig command 2015-08-31 03:13:33 +00:00
UefiShellTftpCommandLib ShellPkg: UefiShellTftpCommandLib: fix incompatible pointer assignment 2015-09-25 17:22:53 +00:00