[ros-diffs] [fireball] 59122: [PCIX] - Fix parameters in KeSetEvent call. Spotted by Daniel Nespoulos.

2013-05-31 Thread fireball
Author: fireball Date: Fri May 31 12:24:23 2013 New Revision: 59122 URL: http://svn.reactos.org/svn/reactos?rev=59122view=rev Log: [PCIX] - Fix parameters in KeSetEvent call. Spotted by Daniel Nespoulos. Modified: trunk/reactos/drivers/bus/pcix/dispatch.c Modified:

[ros-diffs] [gadamopoulos] 59123: [shortcuts.inf] - Convert to utf16 because setupapi can't use utf8 files - Fix the langid in each string section

2013-05-31 Thread gadamopoulos
Author: gadamopoulos Date: Fri May 31 14:33:46 2013 New Revision: 59123 URL: http://svn.reactos.org/svn/reactos?rev=59123view=rev Log: [shortcuts.inf] - Convert to utf16 because setupapi can't use utf8 files - Fix the langid in each string section Modified:

[ros-diffs] [gadamopoulos] 59124: [syssetup] - Remove resource strings that are no longer in use. Shortcut translations should go to shortcuts.inf from now on

2013-05-31 Thread gadamopoulos
Author: gadamopoulos Date: Fri May 31 15:12:08 2013 New Revision: 59124 URL: http://svn.reactos.org/svn/reactos?rev=59124view=rev Log: [syssetup] - Remove resource strings that are no longer in use. Shortcut translations should go to shortcuts.inf from now on Modified:

[ros-diffs] [akhaldi] 59125: [AVIFIL32] * Sync with Wine 1.5.26.

2013-05-31 Thread akhaldi
Author: akhaldi Date: Fri May 31 16:38:30 2013 New Revision: 59125 URL: http://svn.reactos.org/svn/reactos?rev=59125view=rev Log: [AVIFIL32] * Sync with Wine 1.5.26. Added: trunk/reactos/dll/win32/avifil32/avifil32.idl (with props) trunk/reactos/dll/win32/avifil32/avifil32_idl.rgs

[ros-diffs] [akhaldi] 59126: [AVIFIL32_WINETEST] * Sync with Wine 1.5.26.

2013-05-31 Thread akhaldi
Author: akhaldi Date: Fri May 31 16:38:50 2013 New Revision: 59126 URL: http://svn.reactos.org/svn/reactos?rev=59126view=rev Log: [AVIFIL32_WINETEST] * Sync with Wine 1.5.26. Modified: trunk/rostests/winetests/avifil32/CMakeLists.txt trunk/rostests/winetests/avifil32/api.c

[ros-diffs] [akhaldi] 59127: [CABINET] * Sync with Wine 1.5.26.

2013-05-31 Thread akhaldi
Author: akhaldi Date: Fri May 31 16:57:42 2013 New Revision: 59127 URL: http://svn.reactos.org/svn/reactos?rev=59127view=rev Log: [CABINET] * Sync with Wine 1.5.26. Modified: trunk/reactos/dll/win32/cabinet/fci.c trunk/reactos/dll/win32/cabinet/fdi.c

[ros-diffs] [akhaldi] 59128: [CABINET_WINETEST] * Sync with Wine 1.5.26.

2013-05-31 Thread akhaldi
Author: akhaldi Date: Fri May 31 16:57:58 2013 New Revision: 59128 URL: http://svn.reactos.org/svn/reactos?rev=59128view=rev Log: [CABINET_WINETEST] * Sync with Wine 1.5.26. Modified: trunk/rostests/winetests/cabinet/CMakeLists.txt trunk/rostests/winetests/cabinet/extract.c

[ros-diffs] [hbelusca] 59129: Finally, ... ... use Ninja by default for compiling ReactOS !! Users now have to do: ./configure to use Ninja for building ReactOS. The old method (using makefiles) is av

2013-05-31 Thread hbelusca
Author: hbelusca Date: Fri May 31 21:04:28 2013 New Revision: 59129 URL: http://svn.reactos.org/svn/reactos?rev=59129view=rev Log: Finally,... ... use Ninja by default for compiling ReactOS !! Users now have to do: ./configure to use Ninja for building ReactOS. The old method (using

[ros-diffs] [spetreolle] 59130: Fix configure on *nixes. Arch, don't use brackets, thats meant to execute something.

2013-05-31 Thread spetreolle
Author: spetreolle Date: Fri May 31 21:27:50 2013 New Revision: 59130 URL: http://svn.reactos.org/svn/reactos?rev=59130view=rev Log: Fix configure on *nixes. Arch, don't use brackets, thats meant to execute something. Modified: trunk/reactos/configure.sh Modified: