Removed inclusion of winnt.h because the porting layer shouldn't
[wine] / include / winbase.h
2001-07-10  Mike McCormackStart implementing named pipes.
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-06-19  Patrik StridvallFixed GetCommConfig number of arguments.
2001-05-11  Francois GougetRemoved some more obsolete 32 suffixes.
2001-03-13  James JuranAdded stub for SetThreadExecutionState (new function...
2001-03-10  Francois GougetAdded CreateRemoteThread.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-21  Francois GougetAdded missing pointer type declarations (usually Pxxx).
2001-01-18  Francois GougetAdded 3 missing FS_xxx macros.
2001-01-07  Mike McCormackImplemented HasOverlappedCompleted macro.
2001-01-04  François GougetMoved the function pointer types to their rightful...
2001-01-03  Jon GriffithsAdded InitializeCriticalSectionAndSpinCount prototype.
2000-12-15  François GougetNeeds to include windef.h.
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-08  Francois GougetWe must include stdarg.h.
2000-10-22  Andreas MohrRemoved redundant thread priority defines.
2000-10-13  Francois GougetFixed the signature of the FormatMessage APIs.
2000-10-13  Francois GougetThe MODEM stuff has been spun off to its rightful place...
2000-10-12  Francois GougetMoved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT...
2000-10-12  Francois GougetRemoved stray A/W from invocations of WINELIB_NAME_AW.
2000-09-29  Francois GougetMoved DLLVERSIONINFO to shlwapi.h.
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.
2000-09-27  Francois GougetAdded various type and macro definitions that are neede...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-09-16  Hidenori TakeshimaAdded GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
2000-08-25  Matthew LakeAdded LHND.
2000-08-21  Andreas Mohr- don't return FALSE for system process changes
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-25  Alexandre JulliardMoved FORMAT_MESSAGE flags definition to winbase.h.
2000-07-23  Francois GougetRemoved duplicate declaration of AddAccessAllowedAce.
2000-07-08  Matthew LakeAdded some missing definitions.
2000-07-08  Slava MonichImplementation of Get/SetThreadPriorityBoost.
2000-06-24  Hidenori TakeshimaGetCommandLine should return non-const strings.
2000-06-18  Francois GougetAdded some missing prototypes.
2000-06-15  Mike McCormack- add prototypes for serial API functions
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-06-01  Juergen SchmiedImplemented FindFirstFileEx, cleaned old implementation up.
2000-05-24  Francois GougetSorted out a few misplaced definitions.
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-04-29  Eric PouechFixed GetLargestConsoleWindowSize prototype.
2000-04-29  Ove KaavenAdd Wine-internal allocation type MEM_SYSTEM for Virtua...
2000-04-23  Francois GougetFixed GetProcessHeap() for the STRICT mode.
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-04-08  Alexandre JulliardAdded lazy initialization of critical sections, based...
2000-03-24  Francois GougetAdded (correct) prototype for HeapWalk.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-07  Alexandre JulliardBetter implementation of inline functions SetLastError and
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-25  Dmitry TimoshkovMove definition of CPINFO structure from winbase.h...
2000-02-13  Dave PicklesAdded definition for STILL_ACTIVE.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-15  Ove KaavenAdded prototypes for the NT synchronization functions
2000-01-05  Marcus MeissnerSome comm clean up, much more error messages, only...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-24  Alexandre JulliardRaise an exception when a critical section wait failed.
1999-11-10  Moshe VainerStub for GetOverlappedResult.
1999-10-23  Jim AstonFixed compiling with STRICT.
1999-09-19  Ulrich WeigandMove VerLanguageName[AW] back to base (exported from...
1999-09-14  Patrik StridvallAdd support for anonymous struct/unions on compilers...
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-08  Alexandre JulliardFixed SetLocalTime prototype.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-04  Patrik StridvallStarted on an implementation of Win64 for use on 64...
1999-07-04  Patrik StridvallFixed/moved/added missing/wrong function prototypes.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardAdded DebugBreak.
1999-06-12  Andreas MohrAdded the function definitions of GetStartupInfo*().
1999-06-06  Alexandre JulliardMoved inclusion of winestring.h to winebase.h.
1999-06-05  Dave PicklesStub for SetVolumeLabel().
1999-06-05  James JuranAdd stub for LockFileEx (KERNEL32.513).
1999-05-23  Alexandre JulliardImplemented the Win32 debug API functions.
1999-05-16  Alexandre JulliardAdded a few missing debug event definitions.
1999-05-09  Alexandre JulliardImproved exception handling.
1999-05-02  Ove KaavenAdded prototype for TryEnterCriticalSection.
1999-04-25  Jim AstonAdded some missing #defines I've run across.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-15  Eric PouechAdded missing proto for GetExitCodeThread.
1999-03-28  Huw D M DaviesMove DM* defines from winbase.h -> wingdi.h.
1999-03-27  Albert Den HannAdditional macro definitions.
1999-03-25  Ove KaavenAdded infrastructure and definitions for general-purpos...
1999-03-14  Michael McCormackBasic support for WIN32 serial communications API.
1999-03-13  Dave PicklesFixed a couple of missing #defines for Win32 API functi...
1999-03-10  Paul QuinnAdded a lot of new OLE interfaces.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-17  Francois GougetMoved some definitions to their proper include file.
1999-02-14  Bertho StultiensChange a couple of names that would conflict after...
next