- Feb 18, 2006
-
-
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.
-
-
-
-
- Feb 16, 2006
-
-
Alexandre Julliard authored
WINELOADER/WINESERVER environment variables in wine_exec_wine_binary.
-
Alexandre Julliard authored
the directory from the library itself. Only try the hardcoded BINDIR if everything else failed.
-
Alexandre Julliard authored
-
-
Add support for encoding/decoding basic constraints and enhanced key usage, with tests.
-
- now that CertOpenStore is correct for system stores, simplify CertOpenSystemStore - correct CertDuplicateCertificateStore, with a test
-
-
-
-
-
-
-
The behaviour for winebuild is to prefer main over WinMain, not the other way around.
-
-
Alexandre Julliard authored
Stop using symlinks for 16-bit dlls to make sure they don't get loaded by mistake when looking for a 32-bit dll.
-
We should swap min & max only when both limits are being set. Otherwise limit that being set should invalidate other limit (remove it).
-
-
and update comment.
-
- system stores open both HKLM and HKCU for "current user" locations - fix a memory leak in certificate properties
-