- 28 Jan, 1999 8 commits
-
-
Matthew Becker authored
-
Stephane Lussier authored
functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock() instead of GlobalLock16()). - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the wine-debugger).
-
Marcus Meissner authored
-
Herbert Rosmanith authored
-
Adam the Jazz Guy authored
Made newbie mode easier.
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
- 26 Jan, 1999 18 commits
-
-
Alexandre Julliard authored
-
Eric Pouech authored
compile with the patch for loadable drivers.
-
Eric Pouech authored
-
Adam the Jazz Guy authored
-
Ove Kaaven authored
-
Marcus Meissner authored
-
Lionel Ulmer authored
- added support of DEPTH_FILL for Blits - added some flags in GetCaps to get some games working
-
Andreas Mohr authored
-
Alexandre Julliard authored
-
Marcus Meissner authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Eric Pouech authored
-
Marcus Meissner authored
Return NULL from OpenThreadToken.
-
Marcus Meissner authored
Create xterm even if stdin is not a terminalhandle. SetConsoleCursorPosition: Only make complex console on row change, ignore interline positioning (so the cygwin cmdline tools do not create xterms unnecessary)
-
Huw D M Davies authored
-
Stephane Lussier authored
- One message queue for every thread needing it. - Messages in the message queue are now stored in a linked list - Messages are allocated in the system heap. - Messages in the message queue are 32 bits (MSG32). - All read/write operations regarding messages in the message queue are thread safe.
-
- 24 Jan, 1999 14 commits
-
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Geoff Clare authored
#if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__) comes out false. I moved the conditionals around so that the file would at least compile. Not sure if it does the right thing on non-linux/FreeBSD/NetBSD systems.
-
Geoff Clare authored
"ERR" being redefined in sys/regset.h.
-
Geoff Clare authored
-
NF Stevens authored
Windows does.
-
Ove Kaaven authored
leaks and lost handles. Also removed some useless init code.
-
Nick Holloway authored
-