* wincap.h (wincapc::wow64): Change type to BOOL.

* wincap.cc: Remove explicit use of this pointer in wincapc methods.
	(wincapc::init): Fix bug in IsWow64Process handling.
This commit is contained in:
Corinna Vinschen
2008-04-27 16:12:00 +00:00
parent adfa3c85d0
commit 533ce3fb55
3 changed files with 12 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
2008-04-27 Corinna Vinschen <corinna@vinschen.de>
* wincap.h (wincapc::wow64): Change type to BOOL.
* wincap.cc: Remove explicit use of this pointer in wincapc methods.
(wincapc::init): Fix bug in IsWow64Process handling.
2008-04-26 Corinna Vinschen <corinna@vinschen.de>
* dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX error mode, too,