summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 2004-10-24 Dan Aloni <da-x@colinux.org>Danny Smith2004-10-241-0/+9
| | | | | | | | | * include/ddk/ntapi.h (NtQueryFullAttributesFile, ZwQueryFullAttributesFile): Declare. * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U): Declare. lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile. ZwQueryVolumeInformationFile): Add stubs.
* = include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,Danny Smith2004-10-181-0/+5
| | | | PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
* 2004-10-15 Robert Wruck <wruck@tweerlei.de>Danny Smith2004-10-151-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Danny Smith <dannysmith@users.sourceforge.net> = include/winbase.h (InitializeSListHead, Interlocked*): Guard with !__USE_NTOSKRNL__. * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define. * include/ddk/winddk.h (InitializeSListHead, Interlocked*): Guard with __USE_NTOSKRNL__. (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList): Add prototypes. Guard macro definition with __USE_NTOSKRNL__ && _WIN32_WINNT >= 0x0501 (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList, ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList): Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList. * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList) Add stubs with fastcall decoration. (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType, ExWindowStationObjectType, IoAdapterObjectType, IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType, IoDeviceObjectType, IoDriverObjectType, IoFileObjectType, LpcPortObjectType, MmSectionObjectType, SeTokenObjectType): Uncomment stubs.
* 2004-10-11 Robert Wruck <wruck@tweerlei.de>Danny Smith2004-10-111-0/+6
| | | | | | * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix definition (IoReleaseRemoveLock): Add definition.
* * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,Danny Smith2004-10-101-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong); Add prototypes. * include/winddk.h (ExInterlockedAddUlong, ExInterlockedInsertHeadList, ExInterlockedInsertTailList, ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, ExInterlockedPushEntryList): Change calling convention to DDKAPI. (ExfInterlockedAddUlong,ExInterlockedInsertHeadList, ExInterlockedInsertTailList, ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, ExInterlockedPushEntryList): Add prototypes for DDKFASTAPI versions. Thanks to Vadim Yegor0v <zg at bmg dot lv> for report. * lib/ntoskrnl.def (ExInterlockedAddUlong, ExInterlockedInsertHeadList, ExInterlockedInsertTailList, ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, ExInterlockedPushEntryList): Remove lead '@' from stubs. (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList, ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList, ExfInterlockedPopEntryList, ExfInterlockedPushEntryList): Add fastcall stubs. (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong); Add stdcall stubs.
* * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT onlyDanny Smith2004-09-301-0/+6
| | | | | if __W32API_USE_DLLIMPORT__ is defined. * include/winuser.h (WINUSERAPI): Likewise.
* 2004-09-29 Filip Navara <xnavara@volny.cz>Danny Smith2004-09-281-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h, d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h, mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h, newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h, ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h, scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h, tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h, usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h, winnt4.h, ws2san.h): Fixed packing. * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration. * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE, HID_INTERFACE_NOTIFY_PNP): Likewise. * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise. (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes <ayerkes@speakeasy.net>. * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed declaration. * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise. * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL, PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL, PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE, PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY, PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE, PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE, PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations. (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION. (SYNCH_LEVEL): Added definition. (KPCR, KPCR_TIB): Fixed declaration. (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't included and _WIN32_WINNT >= 0x0501. (RtlEqualLuid): Fixed macro definition. (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and KeRaiseIrql on i386 architectures.
* 2004-09-06 Hosaka Yuji <hos@tamanegi.org>Danny Smith2004-09-061-1/+15
| | | | | | | | | | | | | | * include/mshtml.h (IHTMLDocument2): Correct get_selection declaration. (IHTMLSelectionObject): Correct get_type declaration. (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase, IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement, IHTMLBodyElement2): Add interfaces. (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN, LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add typedefs. * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3): Add IIDs.
* * include/w32api.h: Increment version to 3.1.Earnie Boyd2004-09-051-0/+12
| | | | * Makefile.in: Ditto.
* 2004-09-05 Hosaka Yuji <hos@tamanegi.org>Danny Smith2004-09-051-0/+8
| | | | | | | | * include/winuser.h (MonitorFromPoint, MonitorFromRect, MonitorFromWindow): Add prototypes. * lib/user32.def (MonitorFromPoint, MonitorFromRect, MonitorFromWindowMonitorFromWindow): Add stubs. * include/shellapi.h (DuplicateIcon): Add prototype.
* * include/winuser.h (WINUSERAPI): New define.Danny Smith2004-09-051-0/+5
| | | | Use it to mark user32.dll imports, throughout.
* 22004-09-05 Hosaka Yuji <hos@tamanegi.org>Danny Smith2004-09-051-0/+12
| | | | | | | | | | | | * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData, HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature, HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport, HidD_GetManufacturerString, HidD_GetMsGenreDescriptor, HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor, HidD_GetPreparsedData, HidD_GetProductString, HidD_GetSerialNumberString, HidD_SetConfiguration, HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport, HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
* 2004-08-25 Lars Rune N�stdal <daysleper@users.sourceforge.net>Danny Smith2004-08-251-0/+7
| | | | | | | * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE): Add defines. (PCOORD): Add typedef. (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
* * include/winldap.h: Don't check value of UNICODE.Danny Smith2004-08-251-0/+5
| | | | Thanks to: "Jean-Do" <spab@users.sourceforge.net>
* * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.Danny Smith2004-08-241-0/+4
|
* 2004-08-24 Sam Robb <samrobb@users.sourceforge.net>Danny Smith2004-08-231-0/+5
| | | | | * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500 guard.
* * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.Danny Smith2004-08-231-1/+5
|
* 2004-08-15 Ken Fitlike <kenfitlike@users.sourceforge.net>Danny Smith2004-08-151-0/+4
| | | | * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
* 2004-08-10 Sebastian Nowak <snowak1@users.sourceforge.net>Danny Smith2004-08-111-0/+4
| | | | * include/ws2spi.h (LPWSPSELECT): Correct typedef.
* * include/wincrypt.h: Correct _WIN32_WINNT typo.Danny Smith2004-08-111-0/+4
|
* 2004-08-10 Ed Schaller <schallee@darkmist.net>Danny Smith2004-08-111-1/+12
| | | | | | | | | | | * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W) (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17) (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES): Add defines. (CALG_SHA1): Add define. (HP_HMAC_INFO): Add define. (HMAC_INFO): Add struct. (BLOBHEADER): Add typedef.
* 2004-07-26 Hartmut Honisch <hhonisch@users.sourceforge.net>Danny Smith2004-07-251-0/+4
| | | | * include/commctrl.h (TreeView_SetItemState): Define macro.
* * include/wingdi.h (CMYK): Its fun to play with the C-M-Y-K.Danny Smith2004-07-241-0/+5
| | | | (young man, young man,...)
* 2004-07-24 Brodie Thiesfield <brofield@users.sourceforge.net>Danny Smith2004-07-241-0/+5
| | | | | * include/shlobj.h (FILEDESCRIPTOR): Unicode it. (FILEGROUPDESCRIPTOR): LIkewise.
* * winbase.h (IsWow64Process): Add missing WINAPI qualifier.Corinna Vinschen2004-07-061-0/+4
|
* 2004-06-16 Danny Smith <dannysmith@users.sourceforge.net> Danny Smith2004-06-161-0/+22
| | | | | | | | | | | | | | | | | | | | | | * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ... (IMAGE_ORDINAL_FLAG{32,64}: New defines. (IMAGE_SNAP_BY_ORDINAL): Map to ... (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines. (IMAGE_ORDINAL): Map to ... (IMAGE_ORDINAL{32,64}: New defines. (IMAGE_THUNK_DATA): Map to ... (IMAGE_THUNK_DATA{32,64}: New structures. (IMAGE_THUNK_DATA): Map to ... (IMAGE_THUNK_DATA{32,64}: New structures. (IMAGE_IMPORT_DESCRIPTOR): Map to ... (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures. (IMAGE_IMAGE_TLS_DIRECTORY) Map to ... (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures. 2004-06-16 Bang Jun-Young <junyoung@NetBSD.org> * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with _WIN32_WINNT >= 0x0500.
* 2004-06-05 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan2004-06-051-0/+6
| | | | | | * include/winbase.h (GetWriteWatch): Correct prototype. (WRITE_WATCH_FLAG_RESET): Define. Thanks to Sergey Philippov <phis@users.sourceforge.net>.
* 2004-06-02 Rocher Laurent <lrocher@users.sourceforge.net>Luke Dunstan2004-06-051-0/+15
| | | | | | | | | | | | | | | * include/commctrl.h (Animate_OpenEx): Define. (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names. (ListView_GetNumberOfWorkAreas): Correct macro. (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat, ListView_SetItemCountEx, ListView_GetISearchString, TreeView_GetLastVisible, Header_CreateDragImage, Header_SetImageList, Header_GetImageList): Define. (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT, MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT, TBSTATE_ELLIPSES): Define. (MonthCal_SetRange): Correct macro. (ImageList_Duplicate): Declare.
* 2004-05-29 Filip Navara <xnavara@volny.cz>Luke Dunstan2004-05-311-0/+4
| | | | * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
* 2004-05-25 Al Slater <al.slater@scluk.com>Luke Dunstan2004-05-311-0/+5
| | | | | * include/httpext.h (HSE_SEND_HEADER_EX_INFO, HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
* 2004-05-15 Filip Navara <xnavara@volny.cz>Danny Smith2004-05-151-0/+8
| | | | | | | | * include/ddk/kbdmou.h: New file. * lib/ddk/videoprt.def (VideoPortMapBankedMemory, VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix. * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf, _vsnwprintf, sprintf, swprintf): Export.
* 2004-05-15 Filip Navara <xnavara@volny.cz>Danny Smith2004-05-151-0/+5
| | | | | * include/ddk/ntddk.h: Don't set 4-byte alignment on included headers.
* * include/wingdi.h: Correct non-unicode typedefs ofDanny Smith2004-05-061-0/+5
| | | | ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
* 2004-05-07 Pascal Obry <obry@act-europe.fr>Danny Smith2004-05-061-0/+5
| | | | | * include/winsock.h (IN_CLASSA): Fix macro. * include/winsock2.h (IN_CLASSA): Fix macro.
* 2004-04-29 Bart Oldeman <bartoldeman@users.sourceforge.net>Luke Dunstan2004-04-301-0/+7
| | | | | | | * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type. * include/aclui.h: Remove '\r', throughout. * include/msacm.h: Likewise. * lib/aclui.def: Likewise.
* 2004-04-28 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan2004-04-281-0/+12
| | | | | | | | | | | | * lib/comctl32.def (SetWindowSubclass): Add stub. Thanks to Eugene <egladysh@users.sourceforge.net>. 2004-04-24 Luke Dunstan <infidel@users.sourceforge.net> * include/winbase.h (EXECUTION_STATE): Add typedef. (SetThreadExecutionState): Declare. * include/wingdi.h (_WINGDI_): Define. * include/objbase.h (_OBJBASE_H_): Define.
* 2004-04-24 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan2004-04-231-0/+10
| | | | | | | | | | * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER, SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines. (SM_CMETRICS): Adjust value. * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define. (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Add defines. Thanks to Benoit Blanchon <benoit.blanchon@free.fr>
* 2004-04-24 Justin Forest <vhex@users.sourceforge.net>Luke Dunstan2004-04-231-0/+9
| | | | | | | | | * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS, LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME, LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT, LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES, LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE, LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
* 2004-04-24 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan2004-04-231-0/+5
| | | | | * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY, DNSREC_ADDITIONAL): Add defines.
* 2004-04-23 Robert Wruck <wruck@tweerlei.de>Luke Dunstan2004-04-231-0/+4
| | | | * include/commctrl.h (LPNMLVDISPINFO): Add defines.
* 2004-04-23 Robert Wruck <wruck@tweerlei.de>Luke Dunstan2004-04-231-0/+6
| | | | | | * include/aclui.h: New file. * lib/aclui.def: New file. * lib/test.c: Add aclui.h to includes.
* * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,Danny Smith2004-04-211-1/+7
| | | | | SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING, SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
* * include/wingdi.h: Protect non-unicode case of below.Christopher Faylor2004-04-201-0/+4
|
* * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,Christopher Faylor2004-04-201-0/+5
| | | | LPENUMLOGFONTEXDV with appropriate version check.
* 2004-04-18 Hans Leidekker <hans@it.vu.nl>Luke Dunstan2004-04-201-0/+5
| | | | | * lib/directx/dxguid.c (CLSID_DirectSoundPrivate, DSPROPSETID_DirectSoundDevice): Add defines.
* 2004-04-20 Adrian Sandor <aditsu@users.sourceforge.net>Luke Dunstan2004-04-201-0/+4
| | | | * include/msacm.h: New file.
* Clean up ChangeLog punctuation and typeo.Danny Smith2004-04-181-22/+22
| | | | Thanks to Filip Navara <xnavara@volny.cz>.
* 2004-01-09 Stuart Cunningham <stuart_hc@users.sourceforge.net>Luke Dunstan2004-04-181-0/+8
| | | | | | | | * include/objbase.h (STGFMT): Declare enum. (STGOPTIONS): Declare structure. (StgCreateStorageEx, StgOpenStorageEx): Declare. (STGOPTIONS_VERSION): Define. * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
* Merge numerous changes from ReactOS. Submitted by Filip Navara.Luke Dunstan2004-04-181-0/+72
|
* 2004-04-18 Allan Bazinet <bazineta@users.sourceforge.net>Luke Dunstan2004-04-181-0/+5
| | | | | * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from MONITORINFO when compiling as C++.