Hi,
the change done in r36137 on cdfs/fsctl.c appears to me to be wrong. For CDFS, IoCreateDevice should have its 4th parameter set to FILE_DEVICE_CD_ROM_FILE_SYSTEM and not to FILE_DEVICE_DISK_FILE_SYSTEM. For fastfat driver, it's OK.
WBR,
P. Schweitzer
_________________________________________________________________
Installez gratuitement les 20 émôticones Windows Live Messenger les plus fous ! Cliquez ici !
http://www.emoticones-messenger.fr/
On Mon, Sep 8, 2008 at 9:48 AM, <dchapyshev(a)svn.reactos.org> wrote:
> Author: dchapyshev
> Date: Mon Sep 8 08:48:25 2008
> New Revision: 36054
>
> URL: http://svn.reactos.org/svn/reactos?rev=36054&view=rev
> Log:
> - Import pstorec from wine head
Here is a patch from the CrossOver wine that are not in the Winehq
tree. Feel free to fork for a while as no one in winehq has touched
this dll for a while.
Thanks
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
On Sat, Sep 6, 2008 at 5:02 PM, <sginsberg(a)svn.reactos.org> wrote:
> - Make sure we get a Subkey in RegDeleteKeyA/W. Fixes Winetests causing a system crash, but (for now) hides a bug in CM.
Maybe we should throw a DPRINT1 here so we are reminded that the bug
is still there.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
Greetings,
I would like to formerly invite the ReactOS community to participate at
the Southern California Linux Expo. The show will be taking place
February 20th - 22nd, 2009 at the Westin LAX in Los Angeles, CA. I am
including both a link to our "Call For dotORG Exhibitors" as well as our
"Call for Papers" if anyone from the ReactOS community is interested in
submitting a talk for consideration.
More information about the show can be found at
http://www.socallinuxexpo.org
Thanks!
Gareth
http://scale7x.socallinuxexpo.org/s7x_cfphttp://scale7x.socallinuxexpo.org/s7x_call_for_dotOrg_exhibitors
--
Gareth J. Greenaway <g(a)socallinuxexpo.org>
Voice - 877-831-2569 x130
Southern California Linux Expo
http://www.socallinuxexpo.org
On Sun, Aug 31, 2008 at 2:07 PM, <janderwald(a)svn.reactos.org> wrote:
> #define REACTOS_STR_ORIGINAL_FILENAME "netshell.dll\0"
> #define REACTOS_STR_PRODUCT_VERSION "5.1.2600.3264\0"
> #define REACTOS_STR_FILE_VERSION "5.1.2600.3264\0"
> +#define REACTOS_STR_COMPANY_NAME "Microsoft Corporation"
Is there an application that actually depends on the string "Microsoft
Corporation" here? If not then you need to remove it otherwise someone
will think your ripping Microsoft's code.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
ntoskrnl/io/iomgr/file.c: In function 'IopCloseFile':
ntoskrnl/io/iomgr/file.c:1407: error: expected expression before '<<' token
ntoskrnl/io/iomgr/file.c:1410: error: expected expression before '==' token
ntoskrnl/io/iomgr/file.c:1413: error: expected expression before '>>' token
mingw32-make: *** [obj-i386/ntoskrnl/io/iomgr/file_ntoskrnl.o] Error 1
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
But, this was reported to me as working: abiword & firefox install,
vmwinst (which exposes vectored handler test) works.
I experienced triple fault on a clean build too, so it's not a random
problem.
How so? People demand explanations about testing techniques Stefan uses.
WBR,
Aleksey Bragin.
On Sep 1, 2008, at 1:58 AM, pschweitzer(a)svn.reactos.org wrote:
> Author: pschweitzer
> Date: Sun Aug 31 16:58:44 2008
> New Revision: 35846
>
> URL: http://svn.reactos.org/svn/reactos?rev=35846&view=rev
> Log:
> Reverted r35812 because of unwanted triple fault bug.
> See issue #3704,3706 for more details.
>
> Modified:
> trunk/reactos/dll/ntdll/dispatch/ (props changed)
> trunk/reactos/dll/ntdll/dispatch/dispatch.c
> trunk/reactos/dll/ntdll/dispatch/i386/dispatch.S
> trunk/reactos/lib/rtl/i386/except.c
> trunk/reactos/lib/rtl/rtlp.h
> trunk/reactos/lib/rtl/vectoreh.c
>