OSDN Git Service

* include/ws2spi.h: Modify comment about being part of
authordannysmith <dannysmith>
Tue, 20 Aug 2002 00:59:23 +0000 (00:59 +0000)
committerdannysmith <dannysmith>
Tue, 20 Aug 2002 00:59:23 +0000 (00:59 +0000)
mingw32 package.
(winsock2.h): Change "" to <>.

winsup/w32api/ChangeLog
winsup/w32api/include/ws2spi.h

index b5bd838..10cb96c 100644 (file)
@@ -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.
index b14568f..3328297 100644 (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" {