- 5cf56a3 Removed LPxxx handle types that don't exist under Windows. by Alexandre Julliard · 23 years ago
- 457e1ed Fixed a couple of bugs in the debugger startup. by Alexandre Julliard · 23 years ago
- 472d016 Correct SIZE_T size according to MS SDK. by Dmitry Timoshkov · 23 years ago
- f2ef2c2 Handle special registry root keys directly in advapi32, and avoid by Alexandre Julliard · 23 years ago
- fb40a72 Copied the registry functions needed by VMM into device.c and got rid by Alexandre Julliard · 23 years ago
- dafbc3f Removed remaining references to advapi32 registry functions from by Alexandre Julliard · 23 years ago
- 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
- 51e6c0c MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- 3fa613c Moved internal context macros out of winnt.h. by Alexandre Julliard · 23 years ago
- 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- ef0e2af MSVC long long fixes. by Patrik Stridvall · 23 years ago
- d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
- 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
- f507278 Unprotect the resource data in the unhandled exception handler to fix by Alexandre Julliard · 23 years ago
- 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
- 05d42e5 Moved all client-side console code to kernel. by Eric Pouech · 23 years ago
- 6ecade7 Some dos VGA error handling. Misc TRACE changes. by Chris Morgan · 23 years ago
- 50ac3e5 Multi-line edit is now enabled. by Eric Pouech · 23 years ago
- b810b53 Fixed synchronisation for ctrl event generation. by Eric Pouech · 23 years ago
- 3c85eb1 Added --debugmsg option to the debugger. by Alexandre Julliard · 23 years ago
- 93bfa0d Implementation for console control events (includes process groups support). by Eric Pouech · 23 years ago
- 1d86056 Better too long lines detection, added del key support in emacs mode. by Eric Pouech · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- c97e24e Fixed warnings. by Gerald Pfeifer · 23 years ago
- 6a96749 - Add some undocumented ioctl mappings. by Andreas Mohr · 23 years ago
- 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
- 8c08ceb Replaced -dosver and -winver options by config file parameters. by Alexandre Julliard · 23 years ago
- 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
- 6044307 A few fixes for mingw cross-compilation. by Alexandre Julliard · 23 years ago
- 5900867 Moved the selector access functions out of winnt.h into libwine. by Alexandre Julliard · 23 years ago
- 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
- 218faf3 Fixed FlushInstructionCache prototype. by Eric Pouech · 23 years ago
- e6bdef2 Correct behaviour of DEL key back to deleting the current character. by Jason Edmeades · 23 years ago
- b7b75a8 - Added f8 (history retrieval from partial command) support by Jason Edmeades · 23 years ago
- 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
- 88dadae Moved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl. by Mike McCormack · 23 years ago
- 1e53893 Fixed writing multiline block while wrapping enabled. by Eric Pouech · 23 years ago
- 4ae9297 Hack to make wineconsole work again. by Alexandre Julliard · 23 years ago
- 34372dc Fix SetFileAttributes to honor the umask (rather than making files by Francois Gouget · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
- dac9dfc Make Home, End and Enter on the keypad work in the debugger. by Dmitry Timoshkov · 23 years ago
- 8691c8e SetFileAttributes returns now an error if target file is on CDROM. by Jukka Heinonen · 23 years ago
- 5038c04 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
- 000b180 Added GetComputerNameEx[AW] semi-stub. by Dmitry Timoshkov · 23 years ago
- 9ff202e Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
- 5cc6105 Changed the Wine internal cdrom interface to the NT model. by Eric Pouech · 23 years ago
- 824a7f1 Fix some bad behavior when some lock states (capslock, numlock...) by Eric Pouech · 23 years ago
- 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
- 1b3c04d Check the return value of *snprintf for C99 style overflow reporting. by Michael Stefaniuc · 23 years ago
- c19bb1a Fixed buffer length in history manipulation. by Eric Pouech · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 1ac2b1e Now passing event with --use-event to let programs starting with by Eric Pouech · 23 years ago
- 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
- 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
- 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
- b517b76 Expand environment variables in "Debugger" setting. by Francois Gouget · 23 years ago
- e15badb Cosmetics. by Andreas Mohr · 23 years ago
- 4b62618 Added support for low-level mouse and keyboard hooks. by Alexandre Julliard · 23 years ago
- 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
- f359895 Yet another documentation/message text patch. by Andreas Mohr · 24 years ago
- 04717f0 HANDLER_ROUTINE is in fact PHANDLER_ROUTINE. by Francois Gouget · 24 years ago
- f80cf43 Quiet FlushInstructionCache for non-NT systems where it does nothing per MSDN. by Guy Albertelli · 24 years ago
- 588ff37 Documentation updates (mainly thru vs. through). by Francois Gouget · 24 years ago
- c04f405 Modified the debugger launching code so that only one instance of the by Eric Pouech · 24 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
- 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
- 838a361 Declare stubs for ReadFileEx, WriteFileEx. by Mike McCormack · 24 years ago
- dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
- a72491e Stub for GetQueuedCompletionStatus. by Marcus Meissner · 24 years ago
- 1426c8c Documentation updates. by Andreas Mohr · 24 years ago
- 6bb990f Drop any file64 functions, try to use system supplied 64-bit mode by by Marcus Meissner · 24 years ago
- 3eb3569 - add handler for VCD VxD ("virtual comm device" ?) by Andreas Mohr · 24 years ago
- 7a0d4ba Do not return FALSE on SetFileAttributes() failure (in readonly by Marcus Meissner · 24 years ago
- 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
- 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
- ec0bff1 Use snprintf to prevent buffer overflows in format_exception_msg. by Francois Gouget · 24 years ago
- 85d3086 - added stubs for three console functions - updated wincon.h by Michael Stefaniuc · 24 years ago
- a5a872e Use the new send_fd mechanism for the set_console_fd server request. by Alexandre Julliard · 24 years ago
- 857abbf Terminate process on unhandled ^C exception instead of launching the debugger. by Alexandre Julliard · 24 years ago
- 9ec9c2b Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI. by Dmitry Timoshkov · 24 years ago
- 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
- 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
- ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
- a4bc5a2 Pass the stdin/stdout handles on startup to use as console (based on a by Alexandre Julliard · 24 years ago
- d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 895d4f1 Give both --winver nt40 and win31 for VxD warning, as some programs by Andreas Mohr · 24 years ago
- 4570478 Use the Pentium's rdtsc instruction (if available) to implement by James Abbatiello · 24 years ago
- e939eae Made exception_event_request non-blocking, and added by Alexandre Julliard · 24 years ago
- 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
- abb8c07 pty_handle is a HANDLE, not an int. by François Gouget · 24 years ago
- 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
- a6d83eb - clarify many error messages - add data corruption warning to README file by Andreas Mohr · 24 years ago
- db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
- 6c8edaa Use getpagesize() instead of VIRTUAL_GetPageSize(). by Alexandre Julliard · 24 years ago
- becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
- 697bf65 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
- 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago