shell32/tests: Fix some test failures on Win9x and NT4.
[wine] / include /
2009-01-06  Henri Verbeetwined3d: Renumber WINED3DTEXTURESTAGESTATETYPE enum...
2009-01-06  Michael Stefaniucinclude: Change mapi.h to use ULONG for Win64 compatibi...
2009-01-06  Michael Stefaniucinclude: Change twain.h to use LONG/ULONG for Win64...
2009-01-06  Michael Stefaniucinclude: Change mapix.h to use ULONG for Win64 compatib...
2009-01-06  Michael Stefaniucinclude: Change the rest of sspi.h to use LONG/ULONG...
2009-01-06  Michael Stefaniucinclude: sspi.h: Use the Win types as per MSDN.
2009-01-06  Michael Stefaniucinclude: Use ULONG instead of unsigned long in ipexport.h.
2009-01-05  Alexandre Julliardsetupapi: Implemented SetupEnumInfSectionsA/W.
2009-01-05  Alexandre Julliardinclude: Fix 64-bit sign extension in the MAKEWPARAM...
2009-01-05  Alexandre Julliardinclude: Fix the PROCESS_MEMORY_COUNTERS structure...
2009-01-05  Andrey Turkininclude: Add more definitions to winuser.rh.
2009-01-05  Henri Verbeetwined3d: Remove unused enum elements from WINED3DTEXTUR...
2009-01-05  Henri Verbeetd3d9: Remove d3d8 enum elements from D3DTEXTURESTAGESTA...
2009-01-05  Michael Stefaniucinclude: Change long to LONG in olectl.h for Win64...
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2009-01-04  Alistair Leslie... mshtml: Add missing IHTMLStyle interfaces.
2009-01-04  Alexandre Julliardinclude: Fix the msvcrt time_t definition on 64-bit.
2009-01-04  Alexandre Julliardinclude: Fix the PROCESSENTRY32 structure on 64-bit.
2009-01-04  Alexandre Julliardinclude: Fix data structures for processor affinity...
2009-01-04  Michael Stefaniucinclude: Change RPC_LENGTH to ULONG for Win64 compatibi...
2009-01-04  Michael Stefaniucinclude: Change long to LONG in d3dtypes.h for Win64...
2009-01-04  Michael Stefaniucinclude: Use LONG instead of long in richedit.h.
2009-01-04  Michael Stefaniucinclude: Change unsigned long to ULONG in rpcdce.h...
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2009-01-03  Alexandre Julliardmsvcrt: Add missing __cdecl on some function pointers.
2009-01-03  Stefan Dösingerinclude: Fix the EnumOverlayZOrders prototype.
2009-01-03  Stefan Dösingerinclude: Fix a IDirectDrawSurface4 method prototype.
2009-01-03  Stefan Dösingerinclude: Fix a typo in ddraw.h.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2009-01-03  Henri Verbeetd3d: Fix the value of D3DFVF_POSITION_MASK.
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2009-01-02  Alexandre Julliardserver: Simplify the debug_event_t structure.
2009-01-02  Alexandre JulliardUpdate copyright info for 2009.
2009-01-02  Rob Shearmancomctl32: Add names for now documented toolbar messages.
2009-01-02  Alexandre Julliardinclude: Fix a couple of winsock structures for 64...
2009-01-02  Alexandre Julliardinclude: Don't pack shellapi.h on 64-bit.
2009-01-02  Michael Karcherinclude: Add a missing [unique] to shobjidl.idl.
2009-01-02  Michael Karcherinclude: Fix out string type from LPCSTR to LPSTR in...
2009-01-02  Michael Karcherinclude: Add missing local attributes to shobjidl.idl.
2008-12-31  Alexandre Julliardkernel32: Convert FormatMessageA/W to use an MS ABI...
2008-12-31  Alexandre Julliardshlwapi: Convert wvnsprintfA/W to use an MS ABI vararg...
2008-12-31  Alexandre Julliarduser32: Convert wvsprintfA/W to use an MS ABI vararg...
2008-12-31  Alexandre Julliardserver: Reorganize some requests to avoid padding,...
2008-12-31  Alexandre Julliardserver: Make atom_t an unsigned int to avoid padding...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-12-31  Alexandre Julliardserver: Move ldt_copy to the init_process_done request...
2008-12-31  Byeongsik Jeonwinex11.drv: Add the basic antialias type decision...
2008-12-31  Jacek Cabanmshtml.idl: Added HTMLStyle coclass declaration.
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-30  Alexandre Julliardserver: Explicitly specify when an ioctl call needs...
2008-12-30  Alexandre Julliardserver: Make the arguments for CreateRemoteThread clien...
2008-12-30  Alexandre Julliardserver: Make a couple of fields smaller in the apc_call...
2008-12-30  Alexandre Julliardserver: Make padding explicit in the wake_up_reply...
2008-12-30  Alexandre Julliardserver: Make the address parameters in inter-process...
2008-12-30  Alexandre Julliardserver: Make the mapping base address a client_ptr_t...
2008-12-30  Alexandre Julliardserver: Make the address argument for read/write_proces...
2008-12-30  Alexandre Julliardserver: Make the message callback function a client_ptr...
2008-12-30  Andrew Nguyencfgmgr32: Forward and stub CM_Create_DevNodeA/W.
2008-12-29  Alexandre Julliardserver: Make timer callback function and argument clien...
2008-12-29  Alexandre Julliardserver: Make hook procedures client_ptr_t instead of...
2008-12-29  Alexandre Julliardserver: Make the device opaque data a client_ptr_t...
2008-12-29  Alexandre Julliardserver: Make the class opaque data a client_ptr_t inste...
2008-12-29  Alexandre Julliardserver: Make the select cookie a client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Store debugging output strings as client_ptr_t...
2008-12-29  Alexandre Julliardserver: Store module names as client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2008-12-29  Rob Shearmaninclude: Include winuser.h from generated oleidl.h...
2008-12-29  Andrew Fennxinput: Added prototypes to header file.
2008-12-29  Francois Gougetconfigure: Fix the linux/ipx.h check.
2008-12-27  Alexandre Julliardinclude: Move the DEFINE_REGS_ENTRYPOINT macros to...
2008-12-26  Ricardo Filipesetupapi: Add stubs for CM_Locate_DevNodeA/W.
2008-12-26  Andrey Turkinadvapi32: Implement CredReadDomainCredentials stub...
2008-12-26  Maarten Lankhorstntdll: Make the loader process relocations correctly...
2008-12-26  Alexandre Julliardserver: Use the same field for process and thread handl...
2008-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-12-24  Alexandre Julliardserver: Make lparam_t always 64-bit.
2008-12-24  Alexandre Julliardserver: Store data for hardware messages in the message...
2008-12-24  Alexandre Julliardlibport: Avoid including winsock2.h.
2008-12-23  Maarten Lankhorstincludes: Fix EDITSTREAM definition for win64.
2008-12-23  Maarten Lankhorstkernel32: Change all functions to use CDECL.
2008-12-22  Alexandre Julliardinclude: Add the needed dllimport attribute to the...
2008-12-22  Alexandre Julliardrpcrt4: Disable TCP/IP connection support if we don...
2008-12-22  Alexandre Julliardws2_32: Added implementation for inet_ntop.
2008-12-22  Alexandre Julliardlibport: Replacement for poll().
2008-12-22  ByeongSik Jeongdi32, winex11: Add support for subpixel font rendering.
2008-12-22  Hans Leidekkerinclude/mscat.h: Add a few declarations.
2008-12-22  Juan Langinclude: Add declaration of CryptFindLocalizedName.
2008-12-22  Alexandre Julliardlibport: Add a stub replacement for symlink().
2008-12-22  Alexandre Julliardconfigure: Better check for the broken mkdir on Windows.
2008-12-20  Chris Wulffmscoree: Add a stub for LockClrVersion.
2008-12-19  Ricardo Filipeinclude: Add header information for CDN_INCLUDEITEM...
2008-12-19  Ricardo Filipeinclude: Add DEVNODEID and DEVINSTID definitions.
2008-12-19  Juan Langinclude: Document definitions missing from cryptuiapi.h.
2008-12-17  Alexandre Julliardserver: Make apc_param_t always 64-bit.
2008-12-17  Alexandre Julliardserver: Use mem_size_t instead of file_pos_t for memory...
2008-12-17  Alexandre Julliardserver: Make mem_size_t always 64-bit.
2008-12-17  Alexandre Julliardserver: Add a mem_size_t type to represent memory sizes...
next