Author: akhaldi
Date: Thu Mar 24 18:18:30 2016
New Revision: 71042
URL: http://svn.reactos.org/svn/reactos?rev=71042&view=rev
Log:
[HIVESFT] Fix Santiago timezone in ReactOS time settings. By Peter Hater. CORE-10231
Modified:
trunk/reactos/boot/bootdata/hivesft.inf
Modified: trunk/reactos/boot/bootdata/hivesft.inf
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesft.inf?…
==============================================================================
--- trunk/reactos/boot/bootdata/hivesft.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivesft.inf [iso-8859-1] Thu Mar 24 18:18:30 2016
@@ -551,15 +551,14 @@
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
-HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA Standard Time","Display",0x00000000,"(GMT-04:00) Santiago"
+HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA Standard Time","Display",0x00000000,"(GMT-03:00) Santiago"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA Standard Time","Dlt",0x00000000,"Pacific SA Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA Standard Time","Std",0x00000000,"Pacific SA Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA Standard Time","Index",0x00010001,56
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA Standard Time","TZI",0x00000001,\
-0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
+0xb4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x03,0x00,0x06,0x00,0x02,0x00,0x17,0x00,0x3b,0x00,0x3b,0x00,0xe7,0x03,\
0x00,0x00,0x0a,0x00,0x06,0x00,0x02,0x00,0x17,0x00,0x3b,0x00,0x3b,0x00,0xe7,0x03
-
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Newfoundland Standard Time","Display",0x00000000,"(GMT-03:30) Newfoundland"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Newfoundland Standard Time","Dlt",0x00000000,"Newfoundland Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Newfoundland Standard Time","Std",0x00000000,"Newfoundland Standard Time"
Author: akhaldi
Date: Thu Mar 24 18:05:47 2016
New Revision: 71041
URL: http://svn.reactos.org/svn/reactos?rev=71041&view=rev
Log:
[SHELL32] Do not ignore the localized name for Desktop. By Ștefan Fulea. CORE-11001
Modified:
trunk/reactos/dll/win32/shell32/res/rgs/shelldesktop.rgs
Modified: trunk/reactos/dll/win32/shell32/res/rgs/shelldesktop.rgs
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/rgs/…
==============================================================================
--- trunk/reactos/dll/win32/shell32/res/rgs/shelldesktop.rgs [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/res/rgs/shelldesktop.rgs [iso-8859-1] Thu Mar 24 18:05:47 2016
@@ -4,6 +4,7 @@
{
ForceRemove {00021400-0000-0000-C000-000000000046} = s 'Desktop'
{
+ val 'LocalizedString' = e '@%%SystemRoot%%\system32\SHELL32.dll,-20'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
Author: hbelusca
Date: Wed Mar 23 21:24:28 2016
New Revision: 71039
URL: http://svn.reactos.org/svn/reactos?rev=71039&view=rev
Log:
[BTRFS]
BUGBUG in fileinfo.c: 'datalen' is used but not initialized!
[NTOSKRNL_VISTA]
Add most of the same compile-time definitions as for ntoskrnl proper, since this static library can be seen as part of the kernel! Fixes MSVC build.
Modified:
trunk/reactos/drivers/filesystems/btrfs/fileinfo.c
trunk/reactos/lib/drivers/ntoskrnl_vista/CMakeLists.txt
Modified: trunk/reactos/drivers/filesystems/btrfs/fileinfo.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
==============================================================================
--- trunk/reactos/drivers/filesystems/btrfs/fileinfo.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/btrfs/fileinfo.c [iso-8859-1] Wed Mar 23 21:24:28 2016
@@ -1893,7 +1893,13 @@
free_traverse_ptr(&tp);
return STATUS_INTERNAL_ERROR;
}
-
+
+#ifdef __REACTOS__
+ // BUGBUG: FIXME!!
+ ERR("BUGBUG: datalen is uninitialized! Set it to zero temporarily...\n");
+ datalen = 0;
+#endif
+
if (tp.item->size < datalen) {
ERR("(%llx,%x,%llx) was %u bytes, expected at least %u\n", tp.item->key.obj_id, tp.item->key.obj_type, tp.item->key.offset, tp.item->size, datalen);
free_traverse_ptr(&tp);
Modified: trunk/reactos/lib/drivers/ntoskrnl_vista/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/drivers/ntoskrnl_vista…
==============================================================================
--- trunk/reactos/lib/drivers/ntoskrnl_vista/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/drivers/ntoskrnl_vista/CMakeLists.txt [iso-8859-1] Wed Mar 23 21:24:28 2016
@@ -1,7 +1,7 @@
remove_definitions(-D_WIN32_WINNT=0x502)
add_definitions(-D_WIN32_WINNT=0x600)
-add_definitions(-DUNICODE -D_UNICODE)
+add_definitions(-DUNICODE -D_UNICODE -D__NTOSKRNL__ -D_NTOSKRNL_ -D_NTSYSTEM_)
list(APPEND SOURCE
fsrtl.c