- 18 Feb, 2008 24 commits
-
-
Jacek Caban authored
-
Jacek Caban authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Alistair Leslie-Hughes authored
-
Frans Kool authored
-
Frans Kool authored
-
Frans Kool authored
-
Frans Kool authored
-
Frans Kool authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
cabinet: Replace strcasecmp call with lstrcmpiA as strcasecmp isn't portable and doesn't take into account the current codepage.
-
Alexandre Julliard authored
-
- 17 Feb, 2008 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 16 Feb, 2008 14 commits
-
-
Aric Stewart authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Marcus Meissner authored
Also make the DINPUT_instance static.
-
Steven Edwards authored
-
Rob Shearman authored
Provide a fallback case for other compilers to avoid C_ASSERT being undefined and causing an error.
-
Rob Shearman authored
When using native compiler exceptions, the previous method of doing this, __EXCEPT(NULL), would expand to __except( (NULL)(GetExceptionInformation())) which doesn't compile as NULL isn't a function. So add a new macro, __EXCEPT_ALL, which works correctly both when using native compiler exceptions and without and which makes the meaning of code in which it is used clearer.
-
Rob Shearman authored
Previously, the code would return any monitor found, regardless of whether it intersected the given rect or was the nearest monitor. This is fixed by adding a new flag that causes monitor_enum to only find the nearest monitor if MONITOR_DEFAULTTONEAREST is specified. Also add a trace for MonitorFromWindow, since it is called in many places within user32 and so can't be traced using a relay trace.
-