[ros-diffs] [tfaber] 59474: [BROWSEUI][EXPLORER_NEW] - Add missing includes aka fix build

2013-07-14 Thread tfaber
Author: tfaber Date: Sun Jul 14 06:02:03 2013 New Revision: 59474 URL: http://svn.reactos.org/svn/reactos?rev=59474view=rev Log: [BROWSEUI][EXPLORER_NEW] - Add missing includes aka fix build Modified: trunk/reactos/base/shell/explorer-new/precomp.h

[ros-diffs] [tfaber] 59475: [PSDK] - Move some stuff around in shdeprecated.idl to reduce the difference with Wine - Move TLENUMF to tlogstg.idl

2013-07-14 Thread tfaber
Author: tfaber Date: Sun Jul 14 06:29:16 2013 New Revision: 59475 URL: http://svn.reactos.org/svn/reactos?rev=59475view=rev Log: [PSDK] - Move some stuff around in shdeprecated.idl to reduce the difference with Wine - Move TLENUMF to tlogstg.idl Modified:

[ros-diffs] [tfaber] 59476: [PSDK] - Reduce shdeprecated.idl differences to Wine. Fixes a few warnings

2013-07-14 Thread tfaber
Author: tfaber Date: Sun Jul 14 07:12:59 2013 New Revision: 59476 URL: http://svn.reactos.org/svn/reactos?rev=59476view=rev Log: [PSDK] - Reduce shdeprecated.idl differences to Wine. Fixes a few warnings Modified: trunk/reactos/dll/win32/browseui/commonbrowser.cpp

[ros-diffs] [tfaber] 59477: [UUID] - Remove unused file whose only purpose is to confuse people

2013-07-14 Thread tfaber
Author: tfaber Date: Sun Jul 14 09:05:50 2013 New Revision: 59477 URL: http://svn.reactos.org/svn/reactos?rev=59477view=rev Log: [UUID] - Remove unused file whose only purpose is to confuse people Removed: trunk/reactos/lib/sdk/uuid/uuid.c Removed: trunk/reactos/lib/sdk/uuid/uuid.c URL:

[ros-diffs] [pschweitzer] 59478: [NTOSKRNL] Fix return of MiProtectedPoolUnProtectLinks() which was always returning null, instead of returning safe unprotected links when needed

2013-07-14 Thread pschweitzer
Author: pschweitzer Date: Sun Jul 14 09:30:26 2013 New Revision: 59478 URL: http://svn.reactos.org/svn/reactos?rev=59478view=rev Log: [NTOSKRNL] Fix return of MiProtectedPoolUnProtectLinks() which was always returning null, instead of returning safe unprotected links when needed Modified:

[ros-diffs] [tfaber] 59479: [MSHTML_WINETEST] - Use winetest_interactive to disable tests

2013-07-14 Thread tfaber
Author: tfaber Date: Sun Jul 14 10:11:45 2013 New Revision: 59479 URL: http://svn.reactos.org/svn/reactos?rev=59479view=rev Log: [MSHTML_WINETEST] - Use winetest_interactive to disable tests Modified: trunk/rostests/winetests/mshtml/activex.c trunk/rostests/winetests/mshtml/htmldoc.c

[ros-diffs] [hbelusca] 59480: [WINSRV] Fix a delayed-imports problem, catched by Timo and Thomas with a MSVC build. Caused by the fact that the static library consrv specified delayed imports for it,

2013-07-14 Thread hbelusca
Author: hbelusca Date: Sun Jul 14 11:33:26 2013 New Revision: 59480 URL: http://svn.reactos.org/svn/reactos?rev=59480view=rev Log: [WINSRV] Fix a delayed-imports problem, catched by Timo and Thomas with a MSVC build. Caused by the fact that the static library consrv specified delayed imports for

[ros-diffs] [tfaber] 59481: [CMAKE] - Do not allow add_delay_importlibs to be called on static libraries

2013-07-14 Thread tfaber
Author: tfaber Date: Sun Jul 14 11:44:21 2013 New Revision: 59481 URL: http://svn.reactos.org/svn/reactos?rev=59481view=rev Log: [CMAKE] - Do not allow add_delay_importlibs to be called on static libraries Modified: trunk/reactos/cmake/gcc.cmake trunk/reactos/cmake/msvc.cmake Modified:

[ros-diffs] [tfaber] 59482: [IEFRAME][MSHTML_WINETEST] - Use SHANDLE_PTR in IWebBrowserApp::get_HWND. Already sent to Wine.

2013-07-14 Thread tfaber
Author: tfaber Date: Sun Jul 14 13:01:55 2013 New Revision: 59482 URL: http://svn.reactos.org/svn/reactos?rev=59482view=rev Log: [IEFRAME][MSHTML_WINETEST] - Use SHANDLE_PTR in IWebBrowserApp::get_HWND. Already sent to Wine. Modified: trunk/reactos/dll/win32/ieframe/CMakeLists.txt

[ros-diffs] [tfaber] 59483: [BROWSEUI] - This is not Wine source. Remove hacks accordingly

2013-07-14 Thread tfaber
Author: tfaber Date: Sun Jul 14 13:18:32 2013 New Revision: 59483 URL: http://svn.reactos.org/svn/reactos?rev=59483view=rev Log: [BROWSEUI] - This is not Wine source. Remove hacks accordingly Modified: trunk/reactos/dll/win32/browseui/CMakeLists.txt

[ros-diffs] [ekohl] 59484: [SAMSRV] Implement SamIFree_SAMPR_GET_MEMBERS_BUFFER.

2013-07-14 Thread ekohl
Author: ekohl Date: Sun Jul 14 14:22:30 2013 New Revision: 59484 URL: http://svn.reactos.org/svn/reactos?rev=59484view=rev Log: [SAMSRV] Implement SamIFree_SAMPR_GET_MEMBERS_BUFFER. Modified: trunk/reactos/dll/win32/samsrv/samsrv.c trunk/reactos/dll/win32/samsrv/samsrv.spec Modified:

[ros-diffs] [hbelusca] 59485: [KERNEL32] Fix parameters usage when calling NtDuplicateObject.

2013-07-14 Thread hbelusca
Author: hbelusca Date: Sun Jul 14 14:52:39 2013 New Revision: 59485 URL: http://svn.reactos.org/svn/reactos?rev=59485view=rev Log: [KERNEL32] Fix parameters usage when calling NtDuplicateObject. Modified: trunk/reactos/dll/win32/kernel32/client/proc.c Modified:

[ros-diffs] [hbelusca] 59486: [KERNEL32] Fix some broken logic: we can duplicate console handles only if both the source and the target processes are in fact the current process.

2013-07-14 Thread hbelusca
Author: hbelusca Date: Sun Jul 14 16:57:26 2013 New Revision: 59486 URL: http://svn.reactos.org/svn/reactos?rev=59486view=rev Log: [KERNEL32] Fix some broken logic: we can duplicate console handles only if both the source and the target processes are in fact the current process. Modified:

[ros-diffs] [ekohl] 59487: [SAMSRV] Add security descriptors for the account and builtin domains.

2013-07-14 Thread ekohl
Author: ekohl Date: Sun Jul 14 18:41:29 2013 New Revision: 59487 URL: http://svn.reactos.org/svn/reactos?rev=59487view=rev Log: [SAMSRV] Add security descriptors for the account and builtin domains. Modified: trunk/reactos/dll/win32/samsrv/samsrv.h

[ros-diffs] [tfaber] 59488: [CMAKE] - Add configure support for VS 2013 - Add a missing /nologo to assembler invocations - Properly complain about old MSVC versions during configure instead of failing

2013-07-14 Thread tfaber
Author: tfaber Date: Sun Jul 14 21:00:42 2013 New Revision: 59488 URL: http://svn.reactos.org/svn/reactos?rev=59488view=rev Log: [CMAKE] - Add configure support for VS 2013 - Add a missing /nologo to assembler invocations - Properly complain about old MSVC versions during configure instead of

[ros-diffs] [aandrejevic] 59489: [NTVDM] Implement the Bios Data Area (BDA). Fix keyboard character translation bug.

2013-07-14 Thread aandrejevic
Author: aandrejevic Date: Mon Jul 15 01:37:38 2013 New Revision: 59489 URL: http://svn.reactos.org/svn/reactos?rev=59489view=rev Log: [NTVDM] Implement the Bios Data Area (BDA). Fix keyboard character translation bug. Modified: branches/ntvdm/subsystems/ntvdm/bios.c

[ros-diffs] [aandrejevic] 59490: [SOFTX86] Fix carry/overflow condition for the SUB instruction.

2013-07-14 Thread aandrejevic
Author: aandrejevic Date: Mon Jul 15 02:34:45 2013 New Revision: 59490 URL: http://svn.reactos.org/svn/reactos?rev=59490view=rev Log: [SOFTX86] Fix carry/overflow condition for the SUB instruction. Modified: branches/ntvdm/lib/3rdparty/softx86/softx86/add.c Modified: