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/applications/rapps/misc.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/base/shell/explorer/shell/shellfs.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/base/shell/explorer/shell/shellfs.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/base/shell/explorer/shell/winfs.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/base/shell/explorer/shell/winfs.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/base/shell/explorer/shell/winfs.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/base/shell/explorer/shell/winfs.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/boot/bootdata/packages/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/boot/bootdata/packages/CMakeLists.txt?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/cmake/CMakeMacros.cmake
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/cmake/CMakeMacros.cmake?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/cmake/gcc.cmake
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/cmake/gcc.cmake?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/cpl/appwiz/addons.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/cpl/appwiz/addons.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/defcontextmenu.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/defcontextmenu.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/admintools.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/admintools.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/admintools.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/admintools.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/cpanel.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/cpanel.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/cpanel.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/cpanel.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/desktop.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/desktop.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/desktop.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/desktop.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/fonts.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/fonts.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/fonts.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/fonts.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/fs.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/fs.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/fs.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/fs.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/mycomp.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/mycomp.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/mycomp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/mycomp.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/mydocuments.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/mydocuments.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/mydocuments.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/mydocuments.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/netplaces.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/netplaces.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/netplaces.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/netplaces.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/printers.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/printers.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/printers.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/printers.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/recyclebin.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/recyclebin.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/folders/recyclebin.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/folders/recyclebin.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/dll/win32/shell32/shlview.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/win32/shell32/shlview.cpp?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/drivers/filesystems/npfs/seinfo.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/filesystems/npfs/seinfo.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/drivers/filesystems/npfs/waitsup.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/filesystems/npfs/waitsup.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/drivers/network/ndisuio/main.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/network/ndisuio/main.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/drivers/network/ndisuio/ndisuio.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/network/ndisuio/ndisuio.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/drivers/network/ndisuio/protocol.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/network/ndisuio/protocol.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/drivers/network/tcpip/tcpip/fileobjs.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/drivers/network/tcpip/tcpip/fileobjs.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/hal/halx86/generic/dma.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/hal/halx86/generic/dma.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/include/psdk/driverspecs.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/include/psdk/driverspecs.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/include/psdk/shobjidl.idl
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/include/psdk/shobjidl.idl?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/include/psdk/shtypes.idl
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/include/psdk/shtypes.idl?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/lib/drivers/ip/transport/rawip/rawip.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/lib/drivers/ip/transport/rawip/rawip.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/lib/drivers/ip/transport/udp/udp.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/lib/drivers/ip/transport/udp/udp.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/ntoskrnl/cc/copy.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/cc/copy.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/ntoskrnl/cc/fs.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/cc/fs.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/ntoskrnl/cc/view.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/cc/view.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/ntoskrnl/config/cmsysini.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/config/cmsysini.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/ntoskrnl/include/internal/cc.h
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/include/internal/cc.h?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/ntoskrnl/io/iomgr/device.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/io/iomgr/device.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/ntoskrnl/io/pnpmgr/pnpmgr.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/ntoskrnl/io/pnpmgr/pnpmgr.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/toolchain-gcc.cmake
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/toolchain-gcc.cmake?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/win32ss/gdi/gdi32/objects/bitmap.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/win32ss/gdi/gdi32/objects/bitmap.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/win32ss/gdi/gdi32/objects/utils.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/win32ss/gdi/gdi32/objects/utils.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/win32ss/gdi/ntgdi/dibobj.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/win32ss/gdi/ntgdi/dibobj.c?rev=63923&r1=63922&r2=63923&view=diff

Modified: branches/condrv_restructure/win32ss/user/ntuser/misc.c
URL: 
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/win32ss/user/ntuser/misc.c?rev=63923&r1=63922&r2=63923&view=diff


Reply via email to