- light improvements
[wine] / include /
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-03  Lionel Ulmer- some additionnal flags logged
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2003-01-03  Dimitrie O. PaunSHGetMalloc() returns a HRESULT, not a DWORD.
2003-01-03  Dimitrie O. PaunDefine NULL if it's not defined already.
2003-01-02  Marcus MeissnerImplemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRe...
2003-01-02  Patrik StridvallFixed some issues found by winapi_check.
2003-01-02  Alberto MassariMoved implementation of strpbrkW from filedlg95.c to...
2003-01-02  Raphael Junqueira- integration with DrawPrimitive
2003-01-02  Francois GougetAdd support for WINETEST_INTERACTIVE. If set then tests...
2002-12-24  Dimitrie O. PaunFix definitions for Uuid{To,From}String, RpcStringFree.
2002-12-24  Dimitrie O. PaunFix the defintion of {,LP}NM_TREEVIEW{A,W}.
2002-12-24  Francois GougetAdd a couple missing macros.
2002-12-23  Alexandre JulliardGet rid of ole.h.
2002-12-23  Ove KaavenMerge the rest of include/wine/obj_base.h into include...
2002-12-23  Alexandre JulliardRemoved some remaining references to wine/obj_base.h.
2002-12-23  Ove KaavenWhere ICOM macros are needed, include objbase.h.
2002-12-23  Dimitrie O. PaunAdded missing GetActiveObject declaration.
2002-12-23  Dimitrie O. PaunAdded missing LPDROPFILES definition.
2002-12-23  Dimitrie O. PaunDEVMODE structure uses short not SHORT for its fields.
2002-12-19  Dimitrie O. PaunAdded missing GetWinMetaFileBits() declaration.
2002-12-19  Ove KaavenWrote a new objidl.idl to replace a number of include...
2002-12-19  Ove KaavenMoved a couple of types from include/wine/obj_*.h to
2002-12-19  Dimitrie O. PaunFix defines for LV_ITEM, LV_DISPINFO, and LV_FINDINFO.
2002-12-19  Dimitrie O. PaunAdd definitions for N[W]PSTR.
2002-12-19  Chris MorganGetDateFormat() and GetTimeFormat() should check the...
2002-12-19  Alexandre JulliardAdded accctrl.h header.
2002-12-19  Dimitrie O. PaunUpdateWindow returns a BOOLean.
2002-12-19  Alexandre JulliardLPCONVCONTEXT should be PCONVCONTEXT (spotted by Dimitr...
2002-12-19  Ove KaavenMoved some definitions from include/wine/obj_moniker...
2002-12-19  Francois GougetDeclare LocalDiscard and GlobalDiscard (used by kernel...
2002-12-18  Ove KaavenUnquoted some 16-bit types, so the IDL compiler can...
2002-12-18  Dimitrie O. PaunMap strcasecmp to _stricmp.
2002-12-18  Ove KaavenMoved COM API prototypes to objbase.h, from wine/obj_*.h.
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-12-18  Raphael JunqueiraAdded some necessary definitions for D3D8 Vertex and...
2002-12-18  Alexandre JulliardImplemented RtlTimeToElapsedTimeFields.
2002-12-18  Ove KaavenMoved UUID type to rpcdce.h, as in the MS RPC headers.
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-17  Alexandre JulliardFix the type of the This pointer in the vtbl functions...
2002-12-17  Patrik StridvallAdded stubs for WINTAB{,32}.DLL (used by many important...
2002-12-17  Tony LambregtsDirect the output of the tests to stdout so that Win98...
2002-12-17  Raphael Junqueira- some D3D8 fixes
2002-12-16  Ove KaavenWrote a Wine-compatible unknwn.idl, moving the IUnknown...
2002-12-16  Andreas Mohr- actually use PLUID
2002-12-15  Ove KaavenOutput raw ICOM-less C/C++ interface definitions by...
2002-12-15  Francois GougetIn the latest sdk the {waveOut,midiOut}{Get,Set}Volume...
2002-12-13  Brad CampbellAdded additional test for gcvt as uClibc appears to...
2002-12-13  Alexandre JulliardAvoid casts between LARGE_INTEGER and FILETIME.
2002-12-13  Chris MorganStub NetGetDCName(). Add in the rest of the NERR_...
2002-12-13  Chris MorganAdd support for Jack audio server.
2002-12-13  Francois GougetUpdated the #include directives to match the latest...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Alexandre JulliardMade stdcall decoration in .def files the default,...
2002-12-11  György 'Nog' Jeney- Implement RtlLocalTimeToSystemTime and RtlSystemTimeT...
2002-12-11  Francois GougetWhen reporting a test failure, only report the file...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-10  Vincent BéronAdd a definition for STRICT.
2002-12-10  Jeff SmithAdded definitions for REG_QWORD and REG_QWORD_LITTLE_EN...
2002-12-10  Jukka HeinonenMove int21 country information handling to winedos.
2002-12-10  Dimitrie O. PaunGracefully degrade to getopt if getopt_long does not...
2002-12-10  Rolf KalbermatterChange the return value for ExtractIconEx from HICON...
2002-12-10  Rolf Kalbermatter- Modify ICO_ExtractIconExW to:
2002-12-10  Steven EdwardsAlpha porting fixes.
2002-12-07  Rolf KalbermatterAdd SHDefExtractIcon{AW} function.
2002-12-07  Vincent BéronFills the name of the arguments of the COM methods...
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-12-06  Francois GougetDefine PSH_WIZARD97 (problem reported by jaymz@free...
2002-12-06  Ove KaavenMoved COM API prototypes in include/wine/obj_base.h to
2002-12-06  Dimitrie O. PaunInstall DDK headers as well.
2002-12-05  Alexandre JulliardAdded rpc.h include to fix tests compilation.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-05  Alberto Massari - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA...
2002-12-05  Rolf KalbermatterAdd prototypes for IExtractIconW interface.
2002-12-05  Francois GougetAdded EDEADLOCK.
2002-12-03  Alexandre JulliardAdded rules for compiling IDL files.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-03  Alexandre JulliardInstall ipexport.h and icmpapi.h with the other Windows...
2002-12-03  Ove KaavenAdded more types to wtypes.idl.
2002-12-03  Alberto MassariSHGetSetSettings has now the right signature and the...
2002-12-03  Rolf KalbermatterModify PrivateExtractIcons{AW} to match better current...
2002-12-03  Dimitrie O. PaunChange header install location as such:
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-12-02  Alexandre JulliardAuthors: Greg Turner <gmturner007@ameritech.net>, Ove...
2002-12-02  Patrik StridvallAdded FIXME:s in the stubs.
2002-12-02  Ove KaavenProtect PALETTEENTRY and LOGPALETTE with #ifndefs.
2002-11-30  Lionel Ulmer- actually use the VertexBuffer stubs
2002-11-30  Dimitrie O. PaunAdd a way to tell msvcrt to define wchar_t.
2002-11-30  Rolf KalbermatterAdded stub implementation with correct prototypes for
2002-11-30  Francois GougetAdded declaration for SignalObjectAndWait.
2002-11-30  Francois GougetAdded constants for _set_error_mode().
2002-11-30  Christian CostaReplace LPDDSURFACEDESC by LPDDSURFACEDESC2 in IDirectD...
2002-11-30  Francois GougetAdd the 48 and 96kHz WAVE_FORMAT constants.
2002-11-30  Ove KaavenAdded missing union names for some encapsulated unions.
2002-11-27  Steve LustbaderProvide stubs for DnsHostnameToComputerNameA/W.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-27  Francois GougetAdded SwitchToThread.
2002-11-27  Christian CostaAdd some DDRAW and D3D definitions.
2002-11-25  Patrik StridvallFixed pthreads on FreeBSD (based on patch by Alexandre...
next