Fix compilation errors on FreeBSD.
[wine] / include / ws2spi.h
1 /* WS2SPI.H -- definitions to be used with the WinSock service provider. */
2
3 #ifndef _WINSOCK2SPI_
4 #define _WINSOCK2SPI_
5
6 #ifndef _WINSOCK2API_
7 #include "winsock2.h"
8 #endif /* !defined(_WINSOCK2API_) */
9
10 #include "pshpack4.h"
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif /* defined(__cplusplus) */
15
16 typedef BOOL WINAPI (*LPWPUPOSTMESSAGE)(HWND,UINT,WPARAM,LPARAM);
17
18 #ifdef __cplusplus
19 } /* extern "C" */
20 #endif /* defined(__cplusplus) */
21
22 #include "poppack.h"
23
24 #endif /* !defined(_WINSOCK2SPI_) */