summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/wsahelp.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.
* = include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,Danny Smith2004-10-181-11/+15
| | | | PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
* * include/wsahelp.h: Remove ';' after closingDanny Smith2003-02-221-1/+1
| | | | | #ifdef __cplusplus brace. * include/ws2spi.h: Likewise.
* 2002-08-26 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-08-261-0/+92
* include/wsahelp.h: New file. * lib/test.c: Include wsahelp.h.