- Feb 20, 2006
-
-
In test_demangle use a custom strcmp that treats multiple spaces as single space. __unDName() from older msvcrt (including W2K it seems) emit in some places 2 spaces instead of one. Fixes 20 failing tests on those old Windows versions.
-
-
Change the apartment model field to a boolean that just specifies whether the apartment is multi-threaded or not and fix up all the places where this is used. Fixes a bug where we would return an error if the previous apartment model passed into CoInitializeEx matches the new apartment model, but additional optimisation flags are specified.
-
-
-
criteria (it was mainly doing the opposite).
-
E_NOTIMPL in Windows as well.
-
-
-
-
-
-
-
-
-
- Feb 18, 2006
-
-
-
-
-
Implement CertGetEnhancedKeyUsage, CertSetEnhancedKeyUsage, CertAddEnhancedKeyUsageIdentifier, and CertRemoveEnhancedKeyUsageIdentifier.
-
-
Alexandre Julliard authored
x86_64 in 32-bit mode.
-
- Feb 17, 2006
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Setting the EOF flag only if _read() returns zero is not enough as we could also read something AND hit the end of file. _read() already sets another internal EOF flag, so just use this too. Removing todo_wine from the test case.
-
When calling fread() with a large enough buffer to reach the end of the file a subsequent feof() should return true; (marked as todo_wine because it doesn't work atm).
-
We can't just pop a exception record from the exception handler list which we haven't put there.
-
-
-
-
Alexandre Julliard authored
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Added dependency on $(RELPATH).
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
number of directories.
-
-
-