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