summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include
Commit message (Collapse)AuthorAgeFilesLines
...
* * include/ntdef.h: Add define for NTAPI.Corinna Vinschen2000-10-021-0/+2
|
* * include/ipexport.h: Add missing `extern "C"' directives.Corinna Vinschen2000-10-014-0/+32
| | | | | | * include/iphlpapi.h: Ditto. * include/iprtrmib.h: Ditto. * include/iptypes.h: Ditto.
* * include/ipifcons.h: New header file.Corinna Vinschen2000-10-013-7/+24
| | | | | | * include/iprtrmib.h: Move operational states to ipifcons.h. * include/iphlpapi.h: Add missing parameters to GetIfTable() declaration.
* * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.Corinna Vinschen2000-10-011-0/+8
|
* * lib/iphlpapi.def: New stub for iphlpapi.dll.Corinna Vinschen2000-10-014-0/+356
| | | | | | | * include/iptypes.h: New header file. * include/ipexport.h: Ditto. * include/iphlpapi.h: Ditto. * include/iprtrmib.h: Ditto.
* * include/ntdef.h: New file.Corinna Vinschen2000-10-011-0/+44
|
* * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionIdCorinna Vinschen2000-08-191-1/+11
| | | | | to TOKEN_INFORMATION_CLASS type. Add QUOTA_LIMITS type.
* * include/userenv.h: New header file.Corinna Vinschen2000-08-081-0/+53
| | | | * lib/userenv.def: New stub for userenv.dll.
* * include/winuser.h: Correct PCWPSTRUCT typo.Christopher Faylor2000-08-081-1/+1
| | | | (discovered by Axel Riese)
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+14
| | | | | | | | | | | | | | | | | | | * testsuite/winsup.api/crlf.c: non-verbose by default * winsup.h: prune out windows headers we don't normally need * assert.cc: add wingdi.h and winuser.h * fhandler_console.cc: ditto * fhandler_windows.cc: ditto * select.cc: ditto * spawn.cc: ditto * strace.cc: ditto * tty.cc: ditto * window.cc: ditto * hinfo.cc: add winsock.h * syscalls.cc: add winnls.h * uinfo.cc: ditto * include/windows.h: optimize non-inclusion of repeat headers
* * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE andCorinna Vinschen2000-07-211-1/+1
| | | | LPTOKEN_SOURCE.
* * include/shlobj.h: add CSIDL_COMMON_*DJ Delorie2000-07-111-0/+6
|
* * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,Corinna Vinschen2000-06-273-1/+78
| | | | | | | | | | | | | | | | | | BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK. Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and FILE_FLAG_OPEN_NO_RECALL. * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT, FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT. * winnt.h: Add typedef for GUID. Add file attributes FILE_ATTRIBUTE_ENCRYPTED, FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and FILE_ATTRIBUTE_NOT_CONTENT_INDEXED. Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES, FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE, FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION. Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER, REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION. * lib/psapi.def: New file.
* * rpcdce.h: Protect OPTIONAL definition since it may be (legally) previouslyChristopher Faylor2000-06-222-0/+4
| | | | | defined. * windef.h : Ditto.
* * include/winnt.h: Add some missing defines related to locale identifiers.Christopher Faylor2000-06-141-58/+171
| | | | Translate values of LANG_* and SUBLANG_* into hexadecimal.
* * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.Corinna Vinschen2000-05-271-0/+1
|
* * include/winnt.h: Add some missing TAPE_DRIVE_* defines.Corinna Vinschen2000-05-181-0/+3
|
* Add another INTERNET_OPTION.Christopher Faylor2000-04-261-0/+1
|
* 2000-04-25 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-04-251-0/+2
| | | | * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
* 2000-04-25 Martin Kotulla <martin-k@softmaker.de>Mumit Khan2000-04-254-5/+28
| | | | | | | * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype. * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype. * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks. * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
* * include/winbase.h: Change first argument of ENUMRES* types to coincide withChristopher Faylor2000-04-111-3/+3
| | | | Microsoft usage.
* * include/wininet.h: Add three more "INTERNET_OPTIONS".Christopher Faylor2000-04-021-0/+3
|
* 2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-03-303-0/+11
| | | | | | | * include/winbase.h (CreateHardLink{A,W}): Add prototypes. * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro. * include/winnt.h (SEC_*): Add macros. * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
* 2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-03-303-9/+9
| | | | | | * include/ole.h: Workaround for C++ parser bug. * include/rpcdcep.h: Likewise. * include/winsock.h: Likewise.
* * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.Christopher Faylor2000-03-261-4/+4
|
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-293-5/+5
| | | | | | | * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid namespace pollution. * include/rpcndr.h: Likewise. * include/winnt.h: Likewise.
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-292-56/+551
| | | | | | | Patches from Jan Nijtmans <j.nijtmans@chello.nl>: * include/wtypes.h (PBLOB, LPBLOB): Define. * include/winsock2.h: Much more complete version. (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-291-4/+15
| | | | | | | | | Patches from Jan Nijtmans <j.nijtmans@chello.nl>: * include/winsock.h (FD_CLR): Add missing ')'. (timercmp): Fix macro to handle all 6 comparison operators. (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define. (AF_MAX): Update. (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-291-4/+11
| | | | | * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo. (SHGetSpecialFolderPath{A,W}): Add prototypes.
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-293-2/+150
| | | | | | | * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here. (NT_TIB): Define. * include/tlhelp32.h: New file.
* Adhere to w32api copyright conventions.Christopher Faylor2000-02-241-35/+22
|
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-17115-0/+36830
|
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+17