Added support for DOS EMS memory.
[wine/wine64.git] / include / ws2spi.h
blob7178cf67063fa5ae33d4d876c557c224ef6d81ca
1 /* WS2SPI.H -- definitions to be used with the WinSock service provider. */
3 #ifndef _WINSOCK2SPI_
4 #define _WINSOCK2SPI_
6 #ifndef _WINSOCK2API_
7 #include "winsock2.h"
8 #endif /* !defined(_WINSOCK2API_) */
10 #include "pshpack4.h"
12 #ifdef __cplusplus
13 extern "C" {
14 #endif /* defined(__cplusplus) */
16 typedef BOOL WINAPI (*LPWPUPOSTMESSAGE)(HWND,UINT,WPARAM,LPARAM);
18 #ifdef __cplusplus
19 } /* extern "C" */
20 #endif /* defined(__cplusplus) */
22 #include "poppack.h"
24 #endif /* !defined(_WINSOCK2SPI_) */