2001-08-15 |
Alexandre Julliard | Implemented _CheckNotSysLevel. |
blob | commitdiff | raw |
2001-08-09 |
Alexandre Julliard | Added Interlocked*Pointer functions. |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Marcus Meissner | SetCommConfig has 3 arguments, not 2. |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Patrik Stridvall | - Moved comm related protoypes to the correct .h file. |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Mike McCormack | Start implementing named pipes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Mike McCormack | Declare stubs for ReadFileEx, WriteFileEx. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Fixed GetCommConfig number of arguments. |
blob | commitdiff | raw | diff to current |
2001-05-11 |
Francois Gouget | Removed some more obsolete 32 suffixes. |
blob | commitdiff | raw | diff to current |
2001-03-13 |
James Juran | Added stub for SetThreadExecutionState (new function... |
blob | commitdiff | raw | diff to current |
2001-03-10 |
Francois Gouget | Added CreateRemoteThread. |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Francois Gouget | Change the callback declarations to a safer format. |
blob | commitdiff | raw | diff to current |
2001-01-21 |
Francois Gouget | Added missing pointer type declarations (usually Pxxx). |
blob | commitdiff | raw | diff to current |
2001-01-18 |
Francois Gouget | Added 3 missing FS_xxx macros. |
blob | commitdiff | raw | diff to current |
2001-01-07 |
Mike McCormack | Implemented HasOverlappedCompleted macro. |
blob | commitdiff | raw | diff to current |
2001-01-04 |
François Gouget | Moved the function pointer types to their rightful... |
blob | commitdiff | raw | diff to current |
2001-01-03 |
Jon Griffiths | Added InitializeCriticalSectionAndSpinCount prototype. |
blob | commitdiff | raw | diff to current |
2000-12-15 |
François Gouget | Needs to include windef.h. |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Alexandre Julliard | Use the DRIVE_* API constants instead of the DRIVETYPE... |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Finished separation of shell32 and wsock32. |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Alexandre Julliard | Use the HEAP_WINE_SEGPTR flag to specify allocations... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Alexandre Julliard | Implemented DosFileHandleToWin32Handle, Win32HandleToDo... |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
blob | commitdiff | raw | diff to current |
2000-11-10 |
Francois Gouget | Use DUMMYxxxNAME for anonymous struct/unions. |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Francois Gouget | We must include stdarg.h. |
blob | commitdiff | raw | diff to current |
2000-10-22 |
Andreas Mohr | Removed redundant thread priority defines. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Francois Gouget | Fixed the signature of the FormatMessage APIs. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Francois Gouget | The MODEM stuff has been spun off to its rightful place... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Francois Gouget | Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Francois Gouget | Removed stray A/W from invocations of WINELIB_NAME_AW. |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Francois Gouget | Moved DLLVERSIONINFO to shlwapi.h. |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Alexandre Julliard | Moved critical section implementation to ntdll. |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Francois Gouget | Added various type and macro definitions that are neede... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Peter Hunnisett | - Added some missing WINELIB_NAME_AW definitions, types... |
blob | commitdiff | raw | diff to current |
2000-09-16 |
Hidenori Takeshima | Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID. |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Matthew Lake | Added LHND. |
blob | commitdiff | raw | diff to current |
2000-08-21 |
Andreas Mohr | - don't return FALSE for system process changes |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Alexandre Julliard | Added Unicode ctype support. |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Alexandre Julliard | Removed some unnecessary inclusions of wingdi.h and... |
blob | commitdiff | raw | diff to current |
2000-07-25 |
Alexandre Julliard | Moved FORMAT_MESSAGE flags definition to winbase.h. |
blob | commitdiff | raw | diff to current |
2000-07-23 |
Francois Gouget | Removed duplicate declaration of AddAccessAllowedAce. |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Matthew Lake | Added some missing definitions. |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Slava Monich | Implementation of Get/SetThreadPriorityBoost. |
blob | commitdiff | raw | diff to current |
2000-06-24 |
Hidenori Takeshima | GetCommandLine should return non-const strings. |
blob | commitdiff | raw | diff to current |
2000-06-18 |
Francois Gouget | Added some missing prototypes. |
blob | commitdiff | raw | diff to current |
2000-06-15 |
Mike McCormack | - add prototypes for serial API functions |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Francois Gouget | Reordered the CALLBACK and WINAPI directives so that... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Juergen Schmied | Implemented FindFirstFileEx, cleaned old implementation up. |
blob | commitdiff | raw | diff to current |
2000-05-24 |
Francois Gouget | Sorted out a few misplaced definitions. |
blob | commitdiff | raw | diff to current |
2000-05-07 |
Alexandre Julliard | Moved Load/FreeLibrary16 definition to winbase16.h. |
blob | commitdiff | raw | diff to current |
2000-05-03 |
Alexandre Julliard | Fixed COORD structure definition. |
blob | commitdiff | raw | diff to current |
2000-04-29 |
Eric Pouech | Fixed GetLargestConsoleWindowSize prototype. |
blob | commitdiff | raw | diff to current |
2000-04-29 |
Ove Kaaven | Add Wine-internal allocation type MEM_SYSTEM for Virtua... |
blob | commitdiff | raw | diff to current |
2000-04-23 |
Francois Gouget | Fixed GetProcessHeap() for the STRICT mode. |
blob | commitdiff | raw | diff to current |
2000-04-11 |
Alexandre Julliard | Made GetProcessHeap(), GetCurrentProcessId(), GetCurren... |
blob | commitdiff | raw | diff to current |
2000-04-08 |
Alexandre Julliard | Added lazy initialization of critical sections, based... |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Francois Gouget | Added (correct) prototype for HeapWalk. |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Alexandre Julliard | Have threads and processes exit more cleanly whenever... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Alexandre Julliard | Removed PDB32_DEBUGGED flag and send all debug events... |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Alexandre Julliard | Better implementation of inline functions SetLastError and |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Juergen Schmied | Fixed definition of the RtlMemory functions. Use macros... |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Dmitry Timoshkov | Move definition of CPINFO structure from winbase.h... |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Dave Pickles | Added definition for STILL_ACTIVE. |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Juergen Schmied | - implementation of RtlReg* (read access), RtlEvent... |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Ove Kaaven | Added prototypes for the NT synchronization functions |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Marcus Meissner | Some comm clean up, much more error messages, only... |
blob | commitdiff | raw | diff to current |
1999-11-29 |
Alexandre Julliard | Implemented waitable timers. |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Alexandre Julliard | Raise an exception when a critical section wait failed. |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Moshe Vainer | Stub for GetOverlappedResult. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Jim Aston | Fixed compiling with STRICT. |
blob | commitdiff | raw | diff to current |
1999-09-19 |
Ulrich Weigand | Move VerLanguageName[AW] back to base (exported from... |
blob | commitdiff | raw | diff to current |
1999-09-14 |
Patrik Stridvall | Add support for anonymous struct/unions on compilers... |
blob | commitdiff | raw | diff to current |
1999-08-18 |
Ulrich Weigand | Moved implementation of WOW routines to single file. |
blob | commitdiff | raw | diff to current |
1999-08-08 |
Alexandre Julliard | Fixed SetLocalTime prototype. |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Patrik Stridvall | Fixed/added missing/wrong function prototypes and made... |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Patrik Stridvall | Started on an implementation of Win64 for use on 64... |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Patrik Stridvall | Fixed/moved/added missing/wrong function prototypes. |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
blob | commitdiff | raw | diff to current |
1999-06-18 |
Alexandre Julliard | Added DebugBreak. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Andreas Mohr | Added the function definitions of GetStartupInfo*(). |
blob | commitdiff | raw | diff to current |
1999-06-06 |
Alexandre Julliard | Moved inclusion of winestring.h to winebase.h. |
blob | commitdiff | raw | diff to current |
1999-06-05 |
Dave Pickles | Stub for SetVolumeLabel(). |
blob | commitdiff | raw | diff to current |
1999-06-05 |
James Juran | Add stub for LockFileEx (KERNEL32.513). |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Implemented the Win32 debug API functions. |
blob | commitdiff | raw | diff to current |
1999-05-16 |
Alexandre Julliard | Added a few missing debug event definitions. |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Alexandre Julliard | Improved exception handling. |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Ove Kaaven | Added prototype for TryEnterCriticalSection. |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Jim Aston | Added some missing #defines I've run across. |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
blob | commitdiff | raw | diff to current |
1999-04-15 |
Eric Pouech | Added missing proto for GetExitCodeThread. |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Huw D M Davies | Move DM* defines from winbase.h -> wingdi.h. |
blob | commitdiff | raw | diff to current |
1999-03-27 |
Albert Den Hann | Additional macro definitions. |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Ove Kaaven | Added infrastructure and definitions for general-purpos... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Michael McCormack | Basic support for WIN32 serial communications API. |
blob | commitdiff | raw | diff to current |
1999-03-13 |
Dave Pickles | Fixed a couple of missing #defines for Win32 API functi... |
blob | commitdiff | raw | diff to current |
1999-03-10 |
Paul Quinn | Added a lot of new OLE interfaces. |
blob | commitdiff | raw | diff to current |
next |