Author: hbelusca
Date: Sat Aug 23 15:51:37 2014
New Revision: 63923
URL:
http://svn.reactos.org/svn/reactos?rev=63923&view=rev
Log:
Sync to trunk revision 63922.
Added:
branches/condrv_restructure/include/crt/ivec.h
- copied unchanged from r63922, trunk/reactos/include/crt/ivec.h
branches/condrv_restructure/include/psdk/bthdef.h
- copied unchanged from r63922, trunk/reactos/include/psdk/bthdef.h
branches/condrv_restructure/include/psdk/stralign.h
- copied unchanged from r63922, trunk/reactos/include/psdk/stralign.h
Modified:
branches/condrv_restructure/ (props changed)
branches/condrv_restructure/base/applications/rapps/misc.c
branches/condrv_restructure/base/shell/explorer/shell/shellfs.cpp
branches/condrv_restructure/base/shell/explorer/shell/winfs.cpp
branches/condrv_restructure/base/shell/explorer/shell/winfs.h
branches/condrv_restructure/boot/bootdata/packages/CMakeLists.txt
branches/condrv_restructure/cmake/CMakeMacros.cmake
branches/condrv_restructure/cmake/gcc.cmake
branches/condrv_restructure/dll/cpl/appwiz/addons.c
branches/condrv_restructure/dll/win32/shell32/defcontextmenu.cpp
branches/condrv_restructure/dll/win32/shell32/folders/admintools.cpp
branches/condrv_restructure/dll/win32/shell32/folders/admintools.h
branches/condrv_restructure/dll/win32/shell32/folders/cpanel.cpp
branches/condrv_restructure/dll/win32/shell32/folders/cpanel.h
branches/condrv_restructure/dll/win32/shell32/folders/desktop.cpp
branches/condrv_restructure/dll/win32/shell32/folders/desktop.h
branches/condrv_restructure/dll/win32/shell32/folders/fonts.cpp
branches/condrv_restructure/dll/win32/shell32/folders/fonts.h
branches/condrv_restructure/dll/win32/shell32/folders/fs.cpp
branches/condrv_restructure/dll/win32/shell32/folders/fs.h
branches/condrv_restructure/dll/win32/shell32/folders/mycomp.cpp
branches/condrv_restructure/dll/win32/shell32/folders/mycomp.h
branches/condrv_restructure/dll/win32/shell32/folders/mydocuments.cpp
branches/condrv_restructure/dll/win32/shell32/folders/mydocuments.h
branches/condrv_restructure/dll/win32/shell32/folders/netplaces.cpp
branches/condrv_restructure/dll/win32/shell32/folders/netplaces.h
branches/condrv_restructure/dll/win32/shell32/folders/printers.cpp
branches/condrv_restructure/dll/win32/shell32/folders/printers.h
branches/condrv_restructure/dll/win32/shell32/folders/recyclebin.cpp
branches/condrv_restructure/dll/win32/shell32/folders/recyclebin.h
branches/condrv_restructure/dll/win32/shell32/shlview.cpp
branches/condrv_restructure/drivers/filesystems/npfs/seinfo.c
branches/condrv_restructure/drivers/filesystems/npfs/waitsup.c
branches/condrv_restructure/drivers/network/ndisuio/main.c
branches/condrv_restructure/drivers/network/ndisuio/ndisuio.h
branches/condrv_restructure/drivers/network/ndisuio/protocol.c
branches/condrv_restructure/drivers/network/tcpip/tcpip/fileobjs.c
branches/condrv_restructure/hal/halx86/generic/dma.c
branches/condrv_restructure/include/psdk/driverspecs.h
branches/condrv_restructure/include/psdk/shobjidl.idl
branches/condrv_restructure/include/psdk/shtypes.idl
branches/condrv_restructure/lib/drivers/ip/transport/rawip/rawip.c
branches/condrv_restructure/lib/drivers/ip/transport/udp/udp.c
branches/condrv_restructure/ntoskrnl/cc/copy.c
branches/condrv_restructure/ntoskrnl/cc/fs.c
branches/condrv_restructure/ntoskrnl/cc/view.c
branches/condrv_restructure/ntoskrnl/config/cmsysini.c
branches/condrv_restructure/ntoskrnl/include/internal/cc.h
branches/condrv_restructure/ntoskrnl/io/iomgr/device.c
branches/condrv_restructure/ntoskrnl/io/pnpmgr/pnpmgr.c
branches/condrv_restructure/toolchain-gcc.cmake
branches/condrv_restructure/win32ss/gdi/gdi32/objects/bitmap.c
branches/condrv_restructure/win32ss/gdi/gdi32/objects/utils.c
branches/condrv_restructure/win32ss/gdi/ntgdi/dibobj.c
branches/condrv_restructure/win32ss/user/ntuser/misc.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/condrv_restructure/base/applications/rapps/misc.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/base/applica…
Modified: branches/condrv_restructure/base/shell/explorer/shell/shellfs.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/base/shell/e…
Modified: branches/condrv_restructure/base/shell/explorer/shell/winfs.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/base/shell/e…
Modified: branches/condrv_restructure/base/shell/explorer/shell/winfs.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/base/shell/e…
Modified: branches/condrv_restructure/boot/bootdata/packages/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/boot/bootdat…
Modified: branches/condrv_restructure/cmake/CMakeMacros.cmake
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/cmake/CMakeM…
Modified: branches/condrv_restructure/cmake/gcc.cmake
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/cmake/gcc.cm…
Modified: branches/condrv_restructure/dll/cpl/appwiz/addons.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/cpl/appw…
Modified: branches/condrv_restructure/dll/win32/shell32/defcontextmenu.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/admintools.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/admintools.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/cpanel.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/cpanel.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/desktop.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/desktop.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/fonts.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/fonts.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/fs.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/fs.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/mycomp.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/mycomp.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/mydocuments.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/mydocuments.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/netplaces.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/netplaces.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/printers.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/printers.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/recyclebin.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/folders/recyclebin.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/dll/win32/shell32/shlview.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/sh…
Modified: branches/condrv_restructure/drivers/filesystems/npfs/seinfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/file…
Modified: branches/condrv_restructure/drivers/filesystems/npfs/waitsup.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/file…
Modified: branches/condrv_restructure/drivers/network/ndisuio/main.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/netw…
Modified: branches/condrv_restructure/drivers/network/ndisuio/ndisuio.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/netw…
Modified: branches/condrv_restructure/drivers/network/ndisuio/protocol.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/netw…
Modified: branches/condrv_restructure/drivers/network/tcpip/tcpip/fileobjs.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/netw…
Modified: branches/condrv_restructure/hal/halx86/generic/dma.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/hal/halx86/g…
Modified: branches/condrv_restructure/include/psdk/driverspecs.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/include/psdk…
Modified: branches/condrv_restructure/include/psdk/shobjidl.idl
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/include/psdk…
Modified: branches/condrv_restructure/include/psdk/shtypes.idl
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/include/psdk…
Modified: branches/condrv_restructure/lib/drivers/ip/transport/rawip/rawip.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/lib/drivers/…
Modified: branches/condrv_restructure/lib/drivers/ip/transport/udp/udp.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/lib/drivers/…
Modified: branches/condrv_restructure/ntoskrnl/cc/copy.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/cc/…
Modified: branches/condrv_restructure/ntoskrnl/cc/fs.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/cc/…
Modified: branches/condrv_restructure/ntoskrnl/cc/view.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/cc/…
Modified: branches/condrv_restructure/ntoskrnl/config/cmsysini.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/con…
Modified: branches/condrv_restructure/ntoskrnl/include/internal/cc.h
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/inc…
Modified: branches/condrv_restructure/ntoskrnl/io/iomgr/device.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/io/…
Modified: branches/condrv_restructure/ntoskrnl/io/pnpmgr/pnpmgr.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/io/…
Modified: branches/condrv_restructure/toolchain-gcc.cmake
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/toolchain-gc…
Modified: branches/condrv_restructure/win32ss/gdi/gdi32/objects/bitmap.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/win32ss/gdi/…
Modified: branches/condrv_restructure/win32ss/gdi/gdi32/objects/utils.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/win32ss/gdi/…
Modified: branches/condrv_restructure/win32ss/gdi/ntgdi/dibobj.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/win32ss/gdi/…
Modified: branches/condrv_restructure/win32ss/user/ntuser/misc.c
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/win32ss/user…