- 17 Feb, 2006 18 commits
-
-
Alexandre Julliard authored
-
Peter Beutner 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.
-
Peter Beutner authored
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).
-
Peter Beutner authored
We can't just pop a exception record from the exception handler list which we haven't put there.
-
Peter Beutner authored
-
Detlef Riekenberg authored
-
Juan Lang authored
-
Alexandre Julliard authored
-
Eric Pouech authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Added dependency on $(RELPATH).
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Mike McCormack authored
number of directories.
-
Phil Krylov authored
-
Hans Leidekker authored
-
Jacek Caban authored
-
- 16 Feb, 2006 22 commits
-
-
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
-
Paul Vriens authored
-
Juan Lang authored
Add support for encoding/decoding basic constraints and enhanced key usage, with tests.
-
Juan Lang authored
- now that CertOpenStore is correct for system stores, simplify CertOpenSystemStore - correct CertDuplicateCertificateStore, with a test
-
YunSong Hwang authored
-
Huw Davies authored
-
Huw Davies authored
-
Thomas Kho authored
-
Robert Shearman authored
-
Saulius Krasuckas authored
-
Robert Shearman authored
The behaviour for winebuild is to prefer main over WinMain, not the other way around.
-
Jacek Caban authored
-
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.
-
Vitaliy Margolen authored
We should swap min & max only when both limits are being set. Otherwise limit that being set should invalidate other limit (remove it).
-
Vitaliy Margolen authored
-
Juan Lang authored
and update comment.
-
Juan Lang authored
- system stores open both HKLM and HKCU for "current user" locations - fix a memory leak in certificate properties
-
Jonathan Ernst authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-