[ros-diffs] [dchapyshev] 39751: - Add inseng, localspl, wuapi from Wine

dchapyshev at svn.reactos.org dchapyshev at svn.reactos.org
Wed Feb 25 16:26:50 CET 2009


Author: dchapyshev
Date: Wed Feb 25 18:26:49 2009
New Revision: 39751

URL: http://svn.reactos.org/svn/reactos?rev=39751&view=rev
Log:
- Add inseng, localspl, wuapi from Wine

Added:
    trunk/reactos/dll/win32/inseng/   (with props)
    trunk/reactos/dll/win32/inseng/inseng.rbuild   (with props)
    trunk/reactos/dll/win32/inseng/inseng.spec   (with props)
    trunk/reactos/dll/win32/inseng/inseng_main.c   (with props)
    trunk/reactos/dll/win32/inseng/regsvr.c   (with props)
    trunk/reactos/dll/win32/localspl/   (with props)
    trunk/reactos/dll/win32/localspl/localmon.c   (with props)
    trunk/reactos/dll/win32/localspl/localspl.rbuild   (with props)
    trunk/reactos/dll/win32/localspl/localspl.rc   (with props)
    trunk/reactos/dll/win32/localspl/localspl.spec   (with props)
    trunk/reactos/dll/win32/localspl/localspl_main.c   (with props)
    trunk/reactos/dll/win32/localspl/localspl_private.h   (with props)
    trunk/reactos/dll/win32/localspl/provider.c   (with props)
    trunk/reactos/dll/win32/localspl/spl_Da.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_De.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_En.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_Fr.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_Ko.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_Nl.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_No.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_Pl.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_Pt.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_Ro.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_Ru.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_Si.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_Sv.rc   (with props)
    trunk/reactos/dll/win32/localspl/spl_Zh.rc   (with props)
    trunk/reactos/dll/win32/wuapi/   (with props)
    trunk/reactos/dll/win32/wuapi/downloader.c   (with props)
    trunk/reactos/dll/win32/wuapi/installer.c   (with props)
    trunk/reactos/dll/win32/wuapi/main.c   (with props)
    trunk/reactos/dll/win32/wuapi/regsvr.c   (with props)
    trunk/reactos/dll/win32/wuapi/searcher.c   (with props)
    trunk/reactos/dll/win32/wuapi/session.c   (with props)
    trunk/reactos/dll/win32/wuapi/updates.c   (with props)
    trunk/reactos/dll/win32/wuapi/wuapi.rbuild   (with props)
    trunk/reactos/dll/win32/wuapi/wuapi.spec   (with props)
    trunk/reactos/dll/win32/wuapi/wuapi_private.h   (with props)
    trunk/reactos/include/psdk/wuapi.idl   (with props)
Modified:
    trunk/reactos/baseaddress.rbuild
    trunk/reactos/boot/bootdata/packages/reactos.dff
    trunk/reactos/dll/win32/win32.rbuild
    trunk/reactos/include/psdk/psdk.rbuild
    trunk/reactos/media/doc/README.WINE

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/reactos/baseaddress.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/baseaddress.rbuild?rev=39751&r1=39750&r2=39751&view=diff

Modified: trunk/reactos/boot/bootdata/packages/reactos.dff
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/packages/reactos.dff?rev=39751&r1=39750&r2=39751&view=diff

Added: trunk/reactos/dll/win32/inseng/inseng.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/inseng/inseng.rbuild?rev=39751&view=auto

Added: trunk/reactos/dll/win32/inseng/inseng.spec
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/inseng/inseng.spec?rev=39751&view=auto

Added: trunk/reactos/dll/win32/inseng/inseng_main.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/inseng/inseng_main.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/inseng/regsvr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/inseng/regsvr.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/localmon.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/localmon.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/localspl.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/localspl.rbuild?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/localspl.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/localspl.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/localspl.spec
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/localspl.spec?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/localspl_main.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/localspl_main.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/localspl_private.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/localspl_private.h?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/provider.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/provider.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Da.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Da.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_De.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_De.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_En.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_En.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Fr.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Fr.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Ko.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Ko.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Nl.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Nl.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_No.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_No.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Pl.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Pl.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Pt.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Pt.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Ro.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Ro.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Ru.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Ru.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Si.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Si.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Sv.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Sv.rc?rev=39751&view=auto

Added: trunk/reactos/dll/win32/localspl/spl_Zh.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/localspl/spl_Zh.rc?rev=39751&view=auto

Modified: trunk/reactos/dll/win32/win32.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/win32.rbuild?rev=39751&r1=39750&r2=39751&view=diff

Added: trunk/reactos/dll/win32/wuapi/downloader.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wuapi/downloader.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/wuapi/installer.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wuapi/installer.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/wuapi/main.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wuapi/main.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/wuapi/regsvr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wuapi/regsvr.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/wuapi/searcher.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wuapi/searcher.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/wuapi/session.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wuapi/session.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/wuapi/updates.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wuapi/updates.c?rev=39751&view=auto

Added: trunk/reactos/dll/win32/wuapi/wuapi.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wuapi/wuapi.rbuild?rev=39751&view=auto

Added: trunk/reactos/dll/win32/wuapi/wuapi.spec
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wuapi/wuapi.spec?rev=39751&view=auto

Added: trunk/reactos/dll/win32/wuapi/wuapi_private.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wuapi/wuapi_private.h?rev=39751&view=auto

Modified: trunk/reactos/include/psdk/psdk.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/psdk.rbuild?rev=39751&r1=39750&r2=39751&view=diff

Added: trunk/reactos/include/psdk/wuapi.idl
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wuapi.idl?rev=39751&view=auto

Modified: trunk/reactos/media/doc/README.WINE
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=39751&r1=39750&r2=39751&view=diff



More information about the Ros-diffs mailing list