Re: [ros-dev] [ros-diffs] [hbelusca] 57899: [FREELDR] - Use a list of possible operating system method loading to load ReactOS / ROS-Setup / Windows / Linux or booting from a disk / partition ..., ins

2012-12-14 Thread Aleksey Bragin
Great, that if/elseif was really lame and I wanted to fix that since the moment I added Windows boot support. Regards, Aleksey Bragin On 13.12.2012 4:46, hbelu...@svn.reactos.org wrote: Author: hbelusca Date: Thu Dec 13 00:46:55 2012 New Revision: 57899 URL: http://svn.reactos.org/svn/reactos

Re: [ros-dev] [ros-diffs] [jgardou] 57909: [INCLUDE/CRT] - _CRT_NON_CONFORMING_SWPRINTFS is not relevant for us.

2012-12-14 Thread Timo Kreuzer
The reason for this define is to allow swprintf etc., wich is then an alias for _swprintf, which we do implement. I don't see why this should be disabled. Am 13.12.2012 20:21, schrieb jgar...@svn.reactos.org: Author: jgardou Date: Thu Dec 13 19:21:30 2012 New Revision: 57909 URL: http://sv

Re: [ros-dev] [ros-diffs] [tfaber] 57815: [SPIDER] - Only dissolve a stack of cards if they're of the same color - Allow easier recognition of suit in concealed cards - Patch by Marcel Leyendeckers, m

2012-12-14 Thread Timo Kreuzer
YAY! Finally this is fixed! Am 07.12.2012 19:00, schrieb tfa...@svn.reactos.org: Author: tfaber Date: Fri Dec 7 18:00:30 2012 New Revision: 57815 URL: http://svn.reactos.org/svn/reactos?rev=57815&view=rev Log: [SPIDER] - Only dissolve a stack of cards if they're of the same color - Allow easie

Re: [ros-dev] [ros-diffs] [tfaber] 57815: [SPIDER] - Only dissolve a stack of cards if they're of the same color - Allow easier recognition of suit in concealed cards - Patch by Marcel Leyendeckers, m

2012-12-14 Thread Aleksey Bragin
Now ReactOS is perfect. On 15.12.2012 0:39, Timo Kreuzer wrote: YAY! Finally this is fixed! Am 07.12.2012 19:00, schrieb tfa...@svn.reactos.org: Author: tfaber Date: Fri Dec 7 18:00:30 2012 New Revision: 57815 URL: http://svn.reactos.org/svn/reactos?rev=57815&view=rev Log: [SPIDER] - Only di

Re: [ros-dev] [ros-builds] Trunk_x86_GCCLin Debug: build failed

2012-12-14 Thread Pierre Schweitzer
Fixed. The needed env variable is now exported. Le vendredi 14 décembre 2012 à 21:56 +, build...@reactos.org a écrit : > The Buildbot has detected a failed build on builder Trunk_x86_GCCLin Debug > while building ReactOS. > Full details are available at: > http://build.reactos.org/builders/T

Re: [ros-dev] [ros-diffs] [jgardou] 57909: [INCLUDE/CRT] - _CRT_NON_CONFORMING_SWPRINTFS is not relevant for us.

2012-12-14 Thread Jérôme Gardou
Windows XP and windows 2k3 msvcrt.dll don't export _swprintf, making any test compiled with this define unusable on them and using swprintf unusable on this platforms. Also, from a pure testing point of view, we'd better test functions that we should export ;-) Le Fri, 14 Dec 2012 21:33:47 +0100