Ros-diffs August 2007

ros-diffs@reactos.org
  • 21 participants
  • 666 discussions

[zguo] 28427: Fix kdbg disasm bug, patch by SamB See issue #2408 for more details.
by zguo@svn.reactos.org
17 years, 1 month

[janderwald] 28426: more.c should not close INVALID_HANDLE_VALUE patch by Apal remove tab and quit when failing to open file (tested with Windows XP SP2)
by janderwald@svn.reactos.org
17 years, 1 month

[cfinck] 28425: - mkhive's "registry.c" used wcsncmp for comparing two strings. But this function seems to work different on different hosts (probably due to different handling of wchar_t's or whatever). To avoid this problem, use memcmp now to compare the strings as it's done two lines later. This fixes the Live-CD on Linux/Unix hosts. (For the first time, Live-CDs created by our 64-Bit Debug Buildslave are usable :-) - Change __volatile to volatile in "winddk.h". This fixes compilation problem
by cfinck@svn.reactos.org
17 years, 1 month

Re: [ros-diffs] [cfinck] 28423: - Always include "wine/unicode.h" before all other headers, when we need the wchar_t type. unicode.h includes windef.h, which includes winnt.h, which has the handling for the wchar_t type. As it's the first included he
by Steven Edwards
17 years, 1 month

[ekohl] 28424: - Implement the mouse keys dialog. - Fix a tiny bug in the mouse keys dialog resource. - Update file header.
by ekohl@svn.reactos.org
17 years, 1 month

[cfinck] 28423: - Always include "wine/unicode.h" before all other headers, when we need the wchar_t type. unicode.h includes windef.h, which includes winnt.h, which has the handling for the wchar_t type. As it's the first included header, no other wchar_t type will be defined before. - Remove the wchar_t definition from the Makefile as the winnt.h header will define it as "unsigned short" automatically.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28422: Change the wchar_t logic once more to make it a bit simplier. A host can only have one special wchar_t definition, so we don't need to define all. Also _WCHAR_T_DEFINED is the only definition used for overriding the wchar_t setting by applications. So use the previous logic to check and define the wchar_t definitions for the host and at the end check for _WCHAR_T_DEFINED. In all cases, define _WCHAR_T_DEFINED. Additionally, __need_wchar_t has to be undefined after including "ctyp
by cfinck@svn.reactos.org
17 years, 1 month

[spetreolle] 28421: update ncpa french translation
by spetreolle@svn.reactos.org
17 years, 1 month

[ekohl] 28420: Add resources for the mouse keys settings dialog.
by ekohl@svn.reactos.org
17 years, 1 month

[arty] 28419: Add async name functions, imported from wine. Modified for ReactOS, original copyright assigment: * Copyright (C) 1993, 1994, 1996, 1997 John Brezak, Erik Bos, Alex Korobka. * Copyright (C) 1999 Marcus Meissner async.c was original licensed under the GNU Lesser General Public License v2.1
by arty@svn.reactos.org
17 years, 1 month
Results per page: