summaryrefslogtreecommitdiffstats
path: root/winsup/w32api
Commit message (Collapse)AuthorAgeFilesLines
* * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],Danny Smith2003-03-274-8/+42
| | | | | | TranslateName[AW]): Add prototypes. * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW], TranslateName[AW]): Add stubs.
* 2003-03-27 Vladimir Michl <michlv@users.sourceforge.net>Danny Smith2003-03-272-12/+19
| | | | | | | * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock, NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock, NdisDprReleaseSpinLock): Change macro argument from SpinLock to _SpinLock.
* * include/w32api.h: Increment version to 2.4.Earnie Boyd2003-03-263-3/+8
| | | | * Makefile.in: Ditto.
* Move some ddk defines to winnt.h as per MSDN documentationDanny Smith2003-03-266-327/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/ddk/batclass.h (BATTERY_REPORTING_SCALE) Move structure from here... * include/winnt.h (BATTERY_REPORTING_SCALE): To here. * include/ddk/ntapi.h (JOBOBJECT_*): Remove structures and enums definitions. (JOB_OBJECT*): Move defines from here... * include/winnt.h (JOB_OBJECT* ): To here. * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY, SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY, PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY, ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION, PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE, SYSTEM_POWER_CAPABILITIES): Move enums, structures and associated defines from here ... * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY, SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY, PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY, ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION, PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE, SYSTEM_POWER_CAPABILITIES):To here. * include/ddk/winddk.h (DEVICE_POWER_STATE, SYSTEM_POWER_STATE, POWER_ACTION): Move enums from here... * include/winnt.h (DEVICE_POWER_STATE, SYSTEM_POWER_STATE, POWER_ACTION): To here.
* *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.Danny Smith2003-03-202-4/+12
| | | | | | | Thanks to: Vladimir Michl <michlv@users.sourceforge.net> (NdisUpdateSharedMemory): Likewise. (NdisMFreeSharedMemory: Likewise. (NdisMMapIoSpace: Likewise.
* * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.Danny Smith2003-03-182-2/+8
| | | | | Thanks to: Fabricio D. Rossi <gurusoda@users.sourceforge.net> (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
* 2003-03-17 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-03-173-6/+17
| | | | | | | * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes. (EnumResourceNames[AW]): Ditto. (EnumResourceTypes[AW]): Ditto. * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
* 2003-03-16 Toby Malone <malone@users.sourceforge.net>Danny Smith2003-03-173-0/+7
| | | | | * include/winuser.h (SendInput): Add prototype. * lib/user32.def (SendInput): Add stub.
* 2003-03-16 Vadim Yegorov <zg@bmg.lv>Danny Smith2003-03-162-3/+8
| | | | | * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro. (FSCTL_DELETE_REPARSE_POINT): Likewise.
* 2003-03-15 Bang Jun-Young <junyoung@netbsd.org> Danny Smith2003-03-152-0/+76
| | | | | * winnt.h (JOBOBJECTINFOCLASS): Define enum. (JOBOBJECT_*): Define corresponding structures.
* 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-03-144-2/+23
| | | | | | | | | | | | * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect typedef. 2003-03-13 Bang Jun-Young <junyoung@netbsd.org> * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports. (Process32{First,Next}{,W}): Ditto. (Thread32{First,Next}): Ditto. * include/ntdef.h (PCUNICODE_STRING): Add typedef.
* * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.Earnie Boyd2003-03-122-2/+7
| | | | Thanks to Jim Barton <jmbarton@users.sf.net>.
* 2003-03-12 Ranjit Mathew <rmathew@hotmail.com>Danny Smith2003-03-112-1/+7
| | | | | * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose member SectionAlignment.
* * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoidEarnie Boyd2003-03-114-4/+13
| | | | | | | | warnings. Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>. * Makefile.in (bindist): Correct process. * lib/Makefile.in (install): Ditto. Thanks to Jeff Bonnggren <jbon@users.sf.net>.
* * include/rasdlg.h: New file.Danny Smith2003-03-104-0/+163
| | | | | * lib/rasdlg.def: New file. * lib/test.c: Include rasdlg.h.
* 2003-03-06 Christopher January <chris@atomice.net>Danny Smith2003-03-074-0/+38
| | | | | | | | | | | | * include/winbase.h (FindFirstVolume): Add declaration. (FindNextVolume): Add declaration. (FindVolumeClose): Add declaration. (GetSystemTimes): Add declaration. * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE. 2003-03-06 Danny Smith <dannysmith@users.sourceforge.net> *lib/kernel32.def (GetSystemTimes): Add stub.
* 2003-03-04 Heiko Gerdau <hg@technosis.de>Danny Smith2003-03-044-2/+59
| | | | | | | * oleidl.h (IOleObject): Correct GetUserType prototype. (IViewObject2): Correct GetExtent prototype. * olectl.h (DISPIP_): Add new defines * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
* * include/olectl.h (OleLoadPictureEx) Add prototype.Danny Smith2003-03-012-0/+13
| | | | | | | (OleLoadPictureFile): Ditto. (OleLoadPictureFileEx): Ditto. (OleLoadPicturePath): Ditto. (OleSavePictureFile): Ditto.
* * include/objbase.h (CoAddRefServerProcess): Add prototype.Danny Smith2003-03-013-0/+14
| | | | | | | | (CoAddReleaseServerProcess): Ditto. (CoResumeClassObjects): Ditto. (CoSuspendClassObjects): Ditto. * include/oleauto.h (V_I1): Define. Thanks to: "Timofei" <mmttmm@users.sourceforge.net>
* 2003-03-01 Heiko Gerdau <hg@technosis.de>Danny Smith2003-03-013-1/+23
| | | | | * include/oleidl.h (USERCLASSTYPE): Add enum. * include/ocidl.h (IObjectWithSite): Add interface.
* 2003-02-28 Roland Schwingel <roland.schwingel@onevision.de>Danny Smith2003-02-283-12/+16
| | | | | | | | | | | | Fixup UNICODE thinko in 2003-02-22 patch. * include/wingdi.h (AddFontMemResourceEx): Add. (RemoveFontMemResourceEx): Ditto. (AddFontMemResourceEx[AW]): Remove. (RemoveFontMemResourceEx[AW]): Ditto * lib/gdi32.def: (AddFontResourceEx): Add. (RemoveFontMemResourceEx): Ditto. (AddFontMemResourceEx[AW]): Remove. (RemoveFontResourceEx[AW]): Ditto.
* 2003-02-23 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-02-232-0/+6
| | | | | * include/winbase.h (EVENTLOG_SUCCESS): Add define. Thanks to: Thomas Weber <thomasweber@sourceforge.net>
* 2003-02-22 Roland Schwingel <roland.schwingel@onevision.de>Danny Smith2003-02-223-0/+19
| | | | | | | * include/wingdi.h (AddFontMemResourceEx[AW]): Add. (RemoveFontMemResourceEx[AW]): Ditto * lib/gdi32.def (AddFontMemResourceEx[AW]): Add. (RemoveFontMemResourceEx[AW]): Ditto.
* 2003-02-22 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-02-222-5/+438
| | | | | * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports. (NtCurrentTeb): Remove.
* * include/wsahelp.h: Remove ';' after closingDanny Smith2003-02-223-2/+8
| | | | | #ifdef __cplusplus brace. * include/ws2spi.h: Likewise.
* * include/winbase.h (MEMORYSTATUSEX): Add structure.Danny Smith2003-02-223-0/+23
| | | | | (GlobalMemoryStatusEx): Add prototype. * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
* w32api:Corinna Vinschen2003-02-202-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * include/winioctl.h (FSCTL_SET_SPARSE): Define. cygwin: * wincap.h (wincaps::supports_sparse_files): New flag. (wincapc::supports_sparse_files): New method. * wincap.cc (wincap_unknown): Define value for the new flag. (wincap_95): Ditto. (wincap_95osr2): Ditto. (wincap_98): Ditto. (wincap_98se): Ditto. (wincap_me): Ditto. (wincap_nt3): Ditto. (wincap_nt4): Ditto. (wincap_nt4sp4): Ditto. (wincap_2000): Ditto. (wincap_xp): Ditto. * path.h (path_conv::fs_flags): New method. * fhandler_disk_file.cc: Include winioctl.h for DeviceIoControl. (fhandler_disk_file::open): Set newly created and truncated files as sparse on platforms that support it.
* 2003-02-12 Roland Schwingel <roland.schwingel@onevision.de>Danny Smith2003-02-123-0/+37
| | | | | | | | | * include/wingdi.h (AddFontResourceEx[AW]): Add. (RemoveFontResourceEx[AW]): Ditto (FR_PRIVATE): Define. (FR_NOT_ENUM): Define. * lib/gdi32.def (AddFontResourceEx[AW]): Add. (RemoveFontResourceEx[AW]): Ditto.
* * include/w32api.h: Increment version to 2.3.Earnie Boyd2003-02-103-3/+8
| | | | * Makefile.in: Ditto.
* * include/GL/gl.h: Remove include of glext.h.Earnie Boyd2003-02-091-0/+2
| | | | Thanks to Greg Couch <gregcouch@users.sf.net>
* * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.Earnie Boyd2003-02-095-2/+46
| | | | | | * include/security.h: Include secext.h. * include/winbase.h: Declare COMPUTER_NAME_FORMAT. Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
* * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.Earnie Boyd2003-02-092-3/+10
| | | | | | (Ke386QueryToAccessMap): Ditto. (Ke386SetIoAccessMap): Ditto. Thanks to Marcel Telka <telka@users.sf.net>
* * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, startEarnie Boyd2003-02-055-9/+35
| | | | | | | using GUID_DEFINED instead. * include/sqltypes.h: Ditto. * include/winnt.h: Ditto. * include/ddk/scsiwmi.h: Ditto.
* Correct typo in last changelog entry.Danny Smith2003-02-041-1/+1
|
* * include/shlwapi.h (PathRelativePathTo[AW]): CorrectDanny Smith2003-02-042-2/+8
| | | | | protototypes. Thanks to: John Dallaway <jld@ecoscentric.com>.
* * include/commctrl.h (TCM_*): Add missing defines.Danny Smith2003-02-012-1/+14
|
* 2003-02-01 Jesus Alvarez <jesus_alvarez@users.sourceforge.net>Danny Smith2003-02-012-0/+56
| | | | | | | | | | Danny Smith <dannysmith@users.sourceforge.net> * include/prsht.h (PSP_*, PSH_*): Add missing defines. (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle for (_WIN32_IE >= 0x0400). (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union fields for (_WIN32_IE >= 0x0400).
* 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-312-5/+33
| | | | | | | | | | | | | | | * include/winbase.h (CreateFiber): Change first parameter to SIZE_T. (CreateJobObject[AW], CreateHardLink[AW]): Guard with (_WIN32_WINNT >= 0x0500). 2003-01-31 Bang Jun-Young <junyoung@netbsd.org> * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW): Add missing typedefs. (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing prototypes. (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
* 2003-01-27 Krzysztof Nikiel <kni@poczta.onet.pl>Danny Smith2003-01-273-2/+8
| | | | | | * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct define. * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
* 2003-01-27 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-276-47/+1109
| | | | | | | | | | | | | | | | | | | | | | | | * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add define. * include/winbase.h (WAIT_TIMEOUT): Guard against prior definition. (WAIT_FAILED): Cast to DWORD. * include/winerror.h (WAIT_TIMEOUT): Guard against prior definition. 2003-01-27 Bang Jun-Young <junyoung@netbsd.org> * include/winerror.h: Protect against multiple definition of WSA* error codes. * include/winsock.h: Likewise. * include/winsock2.h: Likewise. 2003-01-27 Bang Dong-Heui Bang Jun-Young <junyoung@netbsd.org> * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*, DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes. (RPC_X_INVALID_PIPE_OPERATION): Remove define.
* * include/ras.h (RASCONN[AW]): Add dwSessionId forDanny Smith2003-01-252-0/+7
| | | | (WINVER >= 0x501).
* * include/ras.h (RASCONN[AW]): Guard szDeviceType,Danny Smith2003-01-252-0/+18
| | | | | szDeviceName fields with WINVER >= 0x400. Add dwFlags, luid fields for WINVER >= 0x501.
* * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):Danny Smith2003-01-233-0/+24
| | | | | | Add stubs. * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket options.
* * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIMDanny Smith2003-01-112-0/+7
| | | | IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
* * include/accctrl.h (enum _SE_OBJECT_TYPE): AddDanny Smith2003-01-112-1/+8
| | | | SE_REGISTRY_WOW64_32KEY.
* * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.Danny Smith2003-01-112-0/+34
| | | | (tagNMHDDISPINFO[AW}: Add structures and typedefs.
* * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.Christopher Faylor2003-01-112-1/+6
|
* * lib/dxguid.c: Don't #include <objbase.h>.Danny Smith2003-01-083-2/+6
| | | | | * include/unknwn.h: Partially revert change of 2002-12-26. Don't include <ole2.h>.
* 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-083-2/+10
| | | | | | | | | * lib/dinput.c: Don't #include <objbase.h>. 2003-01-08 Bart Oldeman <bartoldeman@users.sourceforge.net> * include/windows.h (ole2.h):Do #include for __WATCOMC__.
* * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.Danny Smith2003-01-061-0/+8
| | | | | | | * include/zmouse.h (WHEEL_DELTA): Guard against prior definition. (WHEEL_PAGESCROLL): Likewise. (SPI_SETWHEELSCROLLLINES): Define, if not already done.