* include/ws2spi.h: Modify comment about being part of
mingw32 package. (winsock2.h): Change "" to <>.
This commit is contained in:
		| @@ -1,3 +1,9 @@ | ||||
| 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* include/ws2spi.h: Modify comment about being part of | ||||
| 	mingw32 package. | ||||
| 	(winsock2.h): Change "" to <>. | ||||
|  | ||||
| 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net> | ||||
|  | ||||
| 	* include/ws2spi.h: New file. | ||||
|   | ||||
| @@ -3,7 +3,6 @@ | ||||
|  * | ||||
|  * Winsock 2 Service Provider interface. | ||||
|  * | ||||
|  * This file is part of the Mingw32 package. | ||||
|  * | ||||
|  * THIS SOFTWARE IS NOT COPYRIGHTED | ||||
|  * | ||||
| @@ -19,7 +18,7 @@ | ||||
| #ifndef _WS2SPI_H | ||||
| #define _WS2SPI_H | ||||
|  | ||||
| #include "winsock2.h" | ||||
| #include <winsock2.h> | ||||
|  | ||||
| #ifdef __cplusplus | ||||
| extern "C" { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user