- 18 Feb, 2008 25 commits
-
-
Jacek Caban authored
-
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 13 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.
-