4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-19 07:22:14 +08:00
Corinna Vinschen cca89be9ad * registry.cc (reg_key::get_dword): Rename from get_int, use DWORD
rather than int type.  Avoid compiler warning.
	(reg_key::set_dword): Rename from set_int, use DWORD rather than int
	type.  Change return type to NTSTATUS.
	(reg_key::get_string): Change return type to NTSTATUS.
	(reg_key::set_string): Ditto.
	* registry.h: Accommodate above changes.
	* environ.cc (regopt): Test return value of reg_key::get_string as
	NTSTATUS.
	* sched.cc (sched_rr_get_interval): Change local int vars to DWORD.
	Call reg_key::get_dword instead of reg_key::get_int.
	* shared.cc (init_installation_root): Test return value of
	reg_key::get_string as NTSTATUS.
	(shared_info::heap_slop_size): Call reg_key::get_dword rather than
	reg_key::get_int.
	(shared_info::heap_chunk_size): Ditto.
	* shared_info.h (CURR_SHARED_MAGIC): Update.
	(class shared_info): Change heap_chunk and heap_slop to DWORD  values.
2011-04-23 13:15:46 +00:00
..
2011-02-15 15:56:03 +00:00
2009-01-21 17:14:39 +00:00
2010-08-30 01:57:37 +00:00
2010-08-30 01:57:37 +00:00
2009-09-22 02:49:15 +00:00
2009-09-22 02:49:15 +00:00
2010-01-01 19:28:15 +00:00
2009-01-21 17:14:39 +00:00
2011-02-15 15:56:03 +00:00
2010-04-20 03:45:27 +00:00
2009-08-01 19:52:46 +00:00
2011-04-18 11:26:37 +00:00
2009-10-31 13:24:06 +00:00
2009-07-07 20:12:44 +00:00
2011-04-18 12:00:05 +00:00
2010-03-03 15:05:19 +00:00
2010-03-03 15:05:19 +00:00
2011-04-01 19:48:19 +00:00
2011-04-01 19:48:19 +00:00
2010-01-14 18:46:02 +00:00
2011-01-20 11:09:21 +00:00
2010-01-14 18:46:02 +00:00
2011-04-04 12:23:36 +00:00
2011-04-04 12:23:36 +00:00
2010-01-14 18:46:02 +00:00
2011-04-04 12:23:36 +00:00
2011-04-04 12:23:36 +00:00
2010-01-14 18:46:02 +00:00
2011-04-18 11:26:37 +00:00
2010-08-30 01:57:37 +00:00
2011-03-30 21:54:09 +00:00
2011-02-15 15:56:03 +00:00
2011-04-04 12:23:36 +00:00
2010-02-22 11:01:46 +00:00
2011-04-04 12:23:36 +00:00
2010-07-19 18:22:40 +00:00
2010-04-10 05:47:54 +00:00
2011-04-04 12:23:36 +00:00
2009-01-21 17:14:39 +00:00
2011-03-29 10:42:11 +00:00
2011-04-18 11:26:37 +00:00
2011-04-18 12:00:05 +00:00
2011-04-18 12:00:05 +00:00
2010-08-30 01:57:37 +00:00
2011-04-04 12:23:36 +00:00
2011-04-04 12:23:36 +00:00
2009-01-21 17:14:39 +00:00
2011-04-18 11:26:37 +00:00
2010-03-13 19:34:35 +00:00
2011-02-15 15:56:03 +00:00
2010-08-30 01:57:37 +00:00
2010-08-30 01:57:37 +00:00
2011-03-30 21:54:09 +00:00
2010-06-21 19:55:12 +00:00
2011-04-04 12:23:36 +00:00
2011-04-04 12:23:36 +00:00
2009-08-01 19:52:46 +00:00
2011-01-20 11:09:21 +00:00
2011-03-16 21:10:51 +00:00