- 03 Dec, 2002 14 commits
-
-
Tony Lambregts authored
website.
-
Uwe Bonnes authored
-
Andreas Mohr authored
-
Christian Costa authored
-
Alexandre Julliard authored
-
Ove Kaaven authored
-
Martin Wilck authored
-
Alberto Massari authored
when the user is asking to get the current settings.
-
Rolf Kalbermatter authored
-
Rolf Kalbermatter authored
documentation.
-
Dimitrie O. Paun authored
${prefix}/include/wine/windows -- standard Windows headers ${prefix}/include/wine/msvcrt -- MS Visual C Runtime library ${prefix}/include/wine -- Wine specific headers
-
Alexandre Julliard authored
dlls/x11drv. Removed a number of unnecessary #includes.
-
Ove Kaaven authored
and error_status_t types. Improved some parsing rules to get rid of the LINK_LAST and LINK_SAFE macros. Enclose generated .h file within an extern "C" (for C++). Output function prototypes for regular RPC interfaces. Fixed a couple of bugs.
-
Jukka Heinonen authored
Call INT_Int21Handler only to emulate selected functions.
-
- 02 Dec, 2002 11 commits
-
-
Jukka Heinonen authored
-
Lionel Ulmer authored
- implement GetCaps for D3DDevice7
-
Alexandre Julliard authored
- preliminary implementation of endpoint-mapping via a new on-demand server-ish process - more header fixups - (re)implement RpcEpRegisterA, RpcEpUnregister, and RpcEpResolveBinding using the new rpcss functionality - update the todo list in rpcrt4_main.c a bit - many beautifications and touch-ups - command-line configurable timeout - micro-client imbedded in np_server.c
-
Christian Costa authored
failing.
-
Patrik Stridvall authored
-
Lionel Ulmer authored
- prepare for multi-texturing support
-
Ove Kaaven authored
-
Jukka Heinonen authored
directly winedos int21 handler.
-
Jukka Heinonen authored
-
Jeff Smith authored
-
Francois Gouget authored
-
- 30 Nov, 2002 15 commits
-
-
Christian Costa authored
-
Lionel Ulmer authored
- implement Lock function to prevent crash when the stubs are used
-
Lionel Ulmer authored
-
Alexandre Julliard authored
flag.
-
Lionel Ulmer authored
- implementation of D3DFVF_TLVERTEX format fast path
-
Dimitrie O. Paun authored
-
Lionel Ulmer authored
- some other miscellaneous fixes
-
Vincent Béron authored
-
Lionel Ulmer authored
glDrawPixels interface (slow but should be enough for a start) - implement one vertex case for the D3D3/7 DrawPrimitive functions - fix a missing \n in a TRACE call
-
Hleb Valoska authored
-
Patrik Stridvall authored
- Added support for running all the tests in batch.
-
Francois Gouget authored
on Win95 -> use GetProcAddress. Cleanup the handling of OpenThread. Check SuspendThread after a thread terminates (needed by Ipix). Remove unnecessary version checks (check for ERROR_CALL_NOT_IMPLEMENTED and similar instead). Cleanup casts, signed/unsigned comparisons.
-
Francois Gouget authored
GetDiskFreeSpace("." | "..") fails on Win98 and NT4 but succeeds on XP -> removed. Skip the GetDiskFreeSpace tests on floppy drives because NT pops up a MessageBox if no floppy is present. Fix the error code checks to take into account the differences between Win9x, NT4 and XP. Skip the unicode tests if the first call returns ERROR_CALL_NOT_IMPLEMENTED. Whenever a test fails, print sufficient information (typically return code and GetLastError()!) to let the developer figure out what is wrong.
-
Francois Gouget authored
SetEnvironmentVariableA("", value) crashes on NT4 -> removed. The behavior of SetEnvironmentVariableA("", "") varies to much -> removed. Test the behavior of SetEnvironmentVariable{A,W}(name, "") taking into account the differences between Win9x and NT. Test the behavior of GetEnvironmentVariable{A,W}(name, buf, 0). Fix the error code checks to take into account the differences between Win9x, NT4 and XP. Skip the unicode tests if the first call returns ERROR_CALL_NOT_IMPLEMENTED. Whenever a test fails, print sufficient information (typically return code and GetLastError()!) to let the developer figure out what is wrong.
-
Rolf Kalbermatter authored
ExtractAssociatedIconExA/W.
-