Include winerror.h if in Winelib mode.
[wine] / include / wine /
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-19  Alexandre JulliardExport the debug API as functions instead of pointers.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-05-11  John K. HohmFixed typos; added standard CATID_'s.
2002-05-10  Steven EdwardsDetect snprintf && _snprintf, use _snprintf on stupid...
2002-05-09  John K. HohmAdded definitions for the Component Categories Manager.
2002-05-05  Steven EdwardsCheck for and use chsize instead of ftruncate if present.
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-25  Martin WilckFixed ReadFile() semantics when reading asynchronously...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-25  Martin WilckImplemented server framework for asynchronous IO on...
2002-04-23  Martin WilckFixed handling of deferred connections in WSAAccept().
2002-04-20  Eric PouechNow C tests are able to access argc/argv as passed...
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-23  Alexandre JulliardSend message for WSAAsyncSelect sockets directly from...
2002-03-23  Alexandre JulliardExport the FILE_GetUnixHandle functionality from ntdll.
2002-03-22  Francois GougetAdd trace function (same as in the perl framework).
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-12  Mike McCormackBegin to make wine an SMB client.
2002-03-11  Patrik Stridvall- Better handling when settimeofday is not available.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Alexandre JulliardReimplemented DebugBreakProcess.
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2002-02-22  Peter HunnisettFix return type of GetAsyncKeyState.
2002-02-21  Peter HunnisettFix ICOM_DEFINE for C++.
2002-02-20  Alexandre JulliardPreliminary version of the C unit tests run-time enviro...
2002-02-14  Alexandre JulliardUpgraded configure script to use autoconf 2.50 features...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-22  Marcus MeissnerMoved guids needed for Proxy/Stub factories to respecti...
2002-01-22  Alexandre JulliardMoved debug definitions to include/wine/debug.h.
2002-01-09  Martin WilckAdded support for socket flags.
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2002-01-07  Alexandre JulliardAdded configure check for pread/pwrite.
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2002-01-01  Alexandre JulliardLink with libutil only where needed.
2001-12-31  Alexandre JulliardFixed string type in named pipe requests.
2001-12-20  Mike McCormack- move async activation into the server
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-12-05  Jukka HeinonenFixed incorrect packing.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-14  Francois GougetMake winsock.h and winsock2.h independent from the...
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-11-08  Alexandre JulliardImplemented inline version of the iswxxx functions.
2001-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-21  Hidenori TakeshimaFixed a typo.
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-16  Alexandre JulliardAdded requests to store window rectangles in the server.
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-10-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-10-09  Alexandre JulliardStore window class atom in the server.
2001-10-09  Francois GougetRemove non windows macros.
2001-10-08  Francois GougetMove WINDEBUGINFO from winbase.h to winbase16.h and...
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-10-05  Malte StarostikAdded IPersistPropertyBag2 and IPropertyBag2 definition...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-10-03  Ove KaavenCorrected INVOKEKIND enumeration values.
2001-09-25  Ove KaavenFixed a couple of typos.
2001-09-25  Ove KaavenAdded ICOM_[C]THIS_MULTI macros to make it easier to...
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-17  Hidenori TakeshimaImplemented IMemAllocator.
2001-09-10  Huw D M DaviesFix typo.
2001-09-07  Huw D M DaviesAdd FUNCFLAGS and change TYPEFLAGS_* to an enum.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-27  Hidenori TakeshimaAdded ICOM_METHOD12-26, ICOM_VMETHOD12-26, ICOM_CALL12-26.
2001-08-24  Francois GougetAdded WSASTARTUP16 a 1 byte alignment version of WSASTA...
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-15  Uwe BonnesPathGetExtensionAW has three arguments.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-08-06  Marcus MeissnerImplemented OleLoadPicture.
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-26  Patrik StridvallRemoved inclusion of winnt.h because the porting layer...
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-24  Andreas Mohr- BuildCommDCB16() uses int instead of BOOL
2001-05-16  Alexandre JulliardWarnings fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-10  Francois GougetThe declaration of DECIMAL in VARIANT happens in the...
2001-05-07  Francois GougetAdded support for the DECIMAL type.
2001-04-16  Ove KaavenGeneralize the Wine version resource template a bit.
2001-04-09  Marcus MeissnerArg 3 of CoGetClassObject is COSERVERINFO*, added some...
next