summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/ws2spi.h
Commit message (Collapse)AuthorAgeFilesLines
* * include/wsahelp.h (system_header): Add pragma.Dimitri Papadopoulos2006-04-141-2/+4
| | | | | | | | | | | * include/ws2spi.h (system_header): Add pragma. * include/rasdlg.h (system_header): Add pragma. * include/rasdlg.h (_RASDLG_H): Define. Define instead of _RASDLG_H_, this is the w32api standard. * include/mlang.h (_MLANG_H): Define. Define instead of _MLANG_H_, this is the w32api standard. * include/setupapi.h (_SETUPAPI_H): Define. Define instead of _SETUPAPI_H_, this is the w32api standard.
* 2004-08-10 Sebastian Nowak <snowak1@users.sourceforge.net>Danny Smith2004-08-111-1/+1
| | | | * include/ws2spi.h (LPWSPSELECT): Correct typedef.
* 2003-09-15 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-09-151-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to const struct sockaddr*. (LPWSPCONNECT): Likewise. (LPWSPJOINLEAF): Likewise. (LPWSPSENDTO): Likewise. Tanks to Sebastian Nowak <snowak1@users.spourceforge.net> 2003-09-15 Filip Navara <xnavara@volny.cz> * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED): Add definitions. 2003-09-15 Sascha Brawer <brawer@dandelis.ch> * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP, DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER, DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE, DISPLAY_DEVICE_MODESPRUNED): Define constants. (ChangeDisplaySettingsEx[A,W]): Add prototype. * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports. (EnumDisplayDevices[A,W]): Likewise. 2003-09-15 Danny Smith <dannysmith@users.sourceforge.net> * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501, throughout.
* * include/wsahelp.h: Remove ';' after closingDanny Smith2003-02-221-1/+1
| | | | | #ifdef __cplusplus brace. * include/ws2spi.h: Likewise.
* * include/ws2spi.h: Modify comment about being part ofDanny Smith2002-08-201-2/+1
| | | | | mingw32 package. (winsock2.h): Change "" to <>.
* 2002-08-20 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-08-201-0/+201
* include/ws2spi.h: New file. * lib/test.c: Include ws2spi.h.