Separated the MZ loader and core DOS VM into dlls/winedos.
[wine] / include /
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-26  François GougetDeclare all handles with DECLARE_OLD_HANDLE to ease...
2000-12-26  Francois GougetAdded GetDCBrushColor and GetDCPenColor.
2000-12-24  François GougetMoved HRASCONN from windef.h.
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-23  Alexandre JulliardRelease 20001222. wine-20001222
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
2000-12-22  Dmitry TimoshkovRemove redundant ';' at the end of line.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-22  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Gavriel...
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  James HathewayFix IConnectionPointContainer interface macros.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-19  François GougetAdded CreateWindowStation.
2000-12-19  François GougetRemoved the 'extern "C" { ... }' statement. It is not...
2000-12-19  François GougetMoved a misplaced 'extern "C" { ... }' statement.
2000-12-19  François GougetAdded better support for Unicode:
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-19  François Gouget_str{dec,inc}: Cast the parameters to the proper type...
2000-12-19  François GougetMoved some of the STDMETHOD/STDAPI to winnt.h.
2000-12-19  François GougetRemoved some of the SECURITY_xxx types.
2000-12-19  François GougetAdded SetUserObjectSecurity.
2000-12-19  Guy L. AlbertelliAdd notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY...
2000-12-16  Alexandre JulliardAvoid a couple of dependencies on input.c internal...
2000-12-15  François GougetMoved some macros like NULL, FALSE to winnt.h
2000-12-15  François GougetNeeds to include windef.h.
2000-12-15  François GougetAdded OleIsCurrentClipboard and OleSetClipboard.
2000-12-15  François GougetFixed the prototype of GetClassFile.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-15  François GougetChanged the type of Function to PDWORD as on Windows.
2000-12-14  Alexandre JulliardAdded inline definition for MapSL.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Andreas MohrSHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc...
2000-12-13  François GougetAdded mapi.h with the definitions needed by the MFC.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardUse getpagesize() instead of VIRTUAL_GetPageSize().
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Francois GougetDefine NULL as in Win32.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-12  Marcus MeissnerAdded preferences to dinput drivers (so we can have...
2000-12-12  Jon Griffiths- Implemented setlocale parsing and LC_TYPE behavior.
2000-12-12  Francois GougetAdded a prototype for SHAppBarMessage.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-11  Dmitry TimoshkovAdd CF_UNICODETEXT as primary text clipboard format.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-09  Alexandre JulliardRemoved no longer used elfdll loader.
2000-12-09  Andreas Mohr- README update
2000-12-09  Andreas MohrRemoved duplicate defines.
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-07  Francois GougetUncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute.
2000-12-07  Francois GougetAdded a prototype for closesocket.
2000-12-06  Alexandre JulliardAdded define for S_ISLNK if missing.
2000-12-06  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Andrew...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-06  Alexandre JulliardBuild tsx11 layer as a separate shared library.
2000-12-05  Hidenori TakeshimaAdded some missing definitions.
2000-12-05  Ken ColemanAdded a first-cut version of MapVirtualKeyExW() that...
2000-12-03  Alexandre JulliardRelease 20001202. wine-20001202
2000-12-03  Francois GougetUse the DUMMYUNIONNAME macros so that the headers can...
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-02  Alexandre JulliardUse ioctlsocket() instead of ioctl() so that we can...
2000-12-02  Francois GougetFixed the case of "Winelib".
2000-12-02  Dmitry TimoshkovAdded several clipboard formats.
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-12-01  Alexandre JulliardMoved useful NE format definitions to winbase16.h.
2000-12-01  Dimitrie O. PaunModified winebuild to use the __ASM_FUNC macro for...
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-12-01  Dimitrie O. PaunSupply dummy getrlimit if absent.
2000-11-30  Alexandre JulliardExport the wine server functions from ntdll.
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-29  Brian TeagueAdd a stub for the CAPS1 capability in GetDeviceCaps.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-29  Dimitrie O. PaunDo not use a.out.h.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-28  Alexandre JulliardMade HEAP_strdup* functions inline (temporary).
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Dimitrie O. PaunTest if we need to put the .type directive inside a...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-27  Jon Griffiths- configure tests for finite()/fpclass(), fixes BSD...
2000-11-27  Andreas MohrImplemented TerminateApp needed for DBase 5.0.
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-26  Dimitrie O. PaunMake sure all files using config.h constants actually...
2000-11-26  Hidenori TakeshimaAdded checking for netdb.h.
2000-11-26  Dimitrie O. PaunDo not compile code that makes use of the X Shm extension.
2000-11-25  Alexandre JulliardMoved GET_IP out of winnt.h.
2000-11-25  Hidenori TakeshimaAdded checking for mmap.
2000-11-25  Francois Jacques- support for arguments with referenced types
2000-11-25  Alexandre JulliardFixed GetLargestConsoleWindowSize return type for Winel...
2000-11-25  Ove KaavenImplemented Get/SetDIBColorTable.
2000-11-25  Francois GougetInclude the same headers as on Windows.
2000-11-25  Francois Gougetcompobj.h is a synonym for objbase.h
next