- advapi32: Small implementation RegConnectRegistryW (from wine)
authorDmitry Chapyshev <dmitry@reactos.org>
Tue, 6 May 2008 09:16:21 +0000 (09:16 +0000)
committerDmitry Chapyshev <dmitry@reactos.org>
Tue, 6 May 2008 09:16:21 +0000 (09:16 +0000)
commit5e86e269b03aaa4c4f9980f049a2f2438cae0151
tree158fa6f7972e880c714ca9ab3e9cac4dcec81d52
parentec6486f26cc5476823499e43a9bb13b09ab0252a
- advapi32: Small implementation RegConnectRegistryW (from wine)
- Add inetcomm.dll from wine
- Add nddeapi.dll from wine
- Sync imm32 with wine

svn path=/trunk/; revision=33314
14 files changed:
reactos/dll/win32/advapi32/reg/reg.c
reactos/dll/win32/imm32/imm.c
reactos/dll/win32/imm32/imm32.spec
reactos/dll/win32/inetcomm/inetcomm.rbuild [new file with mode: 0644]
reactos/dll/win32/inetcomm/inetcomm.spec [new file with mode: 0644]
reactos/dll/win32/inetcomm/inetcomm_main.c [new file with mode: 0644]
reactos/dll/win32/inetcomm/inetcomm_private.h [new file with mode: 0644]
reactos/dll/win32/inetcomm/internettransport.c [new file with mode: 0644]
reactos/dll/win32/inetcomm/mimeole.c [new file with mode: 0644]
reactos/dll/win32/inetcomm/regsvr.c [new file with mode: 0644]
reactos/dll/win32/nddeapi/nddeapi.c [new file with mode: 0644]
reactos/dll/win32/nddeapi/nddeapi.rbuild [new file with mode: 0644]
reactos/dll/win32/nddeapi/nddeapi.spec [new file with mode: 0644]
reactos/dll/win32/win32.rbuild