mingw32 package.
(winsock2.h): Change "" to <>.
+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.
*
* Winsock 2 Service Provider interface.
*
- * This file is part of the Mingw32 package.
*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
#ifndef _WS2SPI_H
#define _WS2SPI_H
-#include "winsock2.h"
+#include <winsock2.h>
#ifdef __cplusplus
extern "C" {