]> git.proxmox.com Git - mirror_edk2.git/commitdiff
De-unicode to pass VS2005 build
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Feb 2009 07:56:53 +0000 (07:56 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Feb 2009 07:56:53 +0000 (07:56 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7466 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/PxeBaseCode.h

index e893fa16068cdeb844b738fd58201fa946a5b8fa..1d556685359200fcf750a62b3286a3a50916d3f6 100644 (file)
@@ -493,11 +493,11 @@ EFI_STATUS
   For write operations, the data to be sent is in the buffer specified by BufferPtr.\r
   BufferSize specifies the number of bytes to send. If the write operation completes\r
   successfully, then EFI_SUCCESS will be returned.\r
-  For TFTP “get file size” operations, the size of the requested file or directory\r
+  For TFTP "get file size" operations, the size of the requested file or directory\r
   is returned in BufferSize, and EFI_SUCCESS will be returned. If the TFTP server\r
   does not support options, the file will be downloaded into a bit bucket and the\r
-  length of the downloaded file will be returned. For MTFTP “get file size” operations,\r
-  if the MTFTP server does not support the “get file size” option, EFI_UNSUPPORTED\r
+  length of the downloaded file will be returned. For MTFTP "get file size" operations,\r
+  if the MTFTP server does not support the "get file size" option, EFI_UNSUPPORTED\r
   will be returned.\r
   This function can take up to 10 seconds to timeout and return control to the caller.\r
   If the TFTP sequence does not complete, EFI_TIMEOUT will be returned.\r
@@ -505,7 +505,7 @@ EFI_STATUS
   then the TFTP sequence is stopped and EFI_ABORTED will be returned.\r
   The format of the data returned from a TFTP read directory operation is a null-terminated\r
   filename followed by a null-terminated information string, of the form\r
-  “size year-month-day hour:minute:second” (i.e. %d %d-%d-%d %d:%d:%f - note that\r
+  "size year-month-day hour:minute:second" (i.e. %d %d-%d-%d %d:%d:%f - note that\r
   the seconds field can be a decimal number), where the date and time are UTC. For\r
   an MTFTP read directory command, there is additionally a null-terminated multicast\r
   IP address preceding the filename of the form %d.%d.%d.%d for IP v4. The final\r
@@ -667,7 +667,7 @@ EFI_STATUS
   The software filter is used when the USE_FILTER in OpFlags is set to UdpRead().\r
   The current hardware filter remains in effect no matter what the settings of OpFlags\r
   are, so that the meaning of ANY_DEST_IP set in OpFlags to UdpRead() is from those\r
-  packets whose reception is enabled in hardware  physical NIC address (unicast),\r
+  packets whose reception is enabled in hardware - physical NIC address (unicast),\r
   broadcast address, logical address or addresses (multicast), or all (promiscuous).\r
   UdpRead() does not modify the IP filter settings.\r
   Dhcp(), Discover(), and Mtftp() set the IP filter, and return with the IP receive\r