* dcrt0.cc (get_cygwin_startup_info): Fix comment.
* wincap.cc (wincapc::init): Always reset needs_count_in_si_lpres2 to false on non 64-bit systems.
This commit is contained in:
@@ -927,6 +927,8 @@ wincapc::init ()
|
||||
BOOL is_wow64_proc = FALSE;
|
||||
if (IsWow64Process (GetCurrentProcess (), &is_wow64_proc))
|
||||
wow64 = is_wow64_proc;
|
||||
else
|
||||
((wincaps *)this->caps)->needs_count_in_si_lpres2 = false;
|
||||
|
||||
__small_sprintf (osnam, "%s-%d.%d", os, version.dwMajorVersion,
|
||||
version.dwMinorVersion);
|
||||
|
Reference in New Issue
Block a user