[ros-diffs] [spetreolle] 69944: [IPHLPAPI] GetAdapters: Don't stop looking for the dns servers if an interface hasn't an entry. This is not an error condtion, the loopback doesn't have one.

2015-11-19 Thread spetreolle
Author: spetreolle Date: Thu Nov 19 21:43:55 2015 New Revision: 69944 URL: http://svn.reactos.org/svn/reactos?rev=69944=rev Log: [IPHLPAPI] GetAdapters: Don't stop looking for the dns servers if an interface hasn't an entry. This is not an error condtion, the loopback doesn't have one.

[ros-diffs] [rnaumann] 69940: [EXPLORER] -Add the remaining Dialog Resources, needed for further implementation of taskbar and startmenu settings -Update some resource IDs to match with Win2k3 -Commen

2015-11-19 Thread rnaumann
Author: rnaumann Date: Thu Nov 19 16:30:43 2015 New Revision: 69940 URL: http://svn.reactos.org/svn/reactos?rev=69940=rev Log: [EXPLORER] -Add the remaining Dialog Resources, needed for further implementation of taskbar and startmenu settings -Update some resource IDs to match with Win2k3

[ros-diffs] [ekohl] 69941: [FASTFAT] Fail, if we try to overwrite an existing directory.

2015-11-19 Thread ekohl
Author: ekohl Date: Thu Nov 19 16:36:39 2015 New Revision: 69941 URL: http://svn.reactos.org/svn/reactos?rev=69941=rev Log: [FASTFAT] Fail, if we try to overwrite an existing directory. Modified: trunk/reactos/drivers/filesystems/fastfat/create.c Modified:

[ros-diffs] [tfaber] 69939: [RTL] - Acquire the PEB lock before reading Peb->ProcessParameters->Environment in RtlQueryEnvironmentVariable_U. Patch by Mark Jansen. CORE-10381

2015-11-19 Thread tfaber
Author: tfaber Date: Thu Nov 19 16:03:21 2015 New Revision: 69939 URL: http://svn.reactos.org/svn/reactos?rev=69939=rev Log: [RTL] - Acquire the PEB lock before reading Peb->ProcessParameters->Environment in RtlQueryEnvironmentVariable_U. Patch by Mark Jansen. CORE-10381 Modified:

[ros-diffs] [rnaumann] 69938: [EXPLORER] Update some bitmaps by Jared Smudde, that I missed in r69734. Explorer Resource Revamp Part 2/3

2015-11-19 Thread rnaumann
Author: rnaumann Date: Thu Nov 19 15:57:14 2015 New Revision: 69938 URL: http://svn.reactos.org/svn/reactos?rev=69938=rev Log: [EXPLORER] Update some bitmaps by Jared Smudde, that I missed in r69734. Explorer Resource Revamp Part 2/3 Modified:

[ros-diffs] [akhaldi] 69942: [EXPLORER] Fix MSVC build.

2015-11-19 Thread akhaldi
Author: akhaldi Date: Thu Nov 19 16:46:51 2015 New Revision: 69942 URL: http://svn.reactos.org/svn/reactos?rev=69942=rev Log: [EXPLORER] Fix MSVC build. Modified: trunk/reactos/base/shell/explorer/resource.h Modified: trunk/reactos/base/shell/explorer/resource.h URL:

[ros-diffs] [hbelusca] 69937: [USER32] - Fix MB_GetString: the input parameter is the ID of the button string to be retrieved, ranging from 0 to 10 inclusive (this corresponds to the IDOK ... IDCONTIN

2015-11-19 Thread hbelusca
Author: hbelusca Date: Thu Nov 19 13:42:55 2015 New Revision: 69937 URL: http://svn.reactos.org/svn/reactos?rev=69937=rev Log: [USER32] - Fix MB_GetString: the input parameter is the ID of the button string to be retrieved, ranging from 0 to 10 inclusive (this corresponds to the IDOK ...