mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[STDOLE2.TLB]
* Sync to Wine 1.3.37. svn path=/trunk/; revision=55281
This commit is contained in:
parent
eaad3df7dc
commit
2b498df22f
5 changed files with 44 additions and 2 deletions
|
@ -4,6 +4,7 @@ include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|||
|
||||
add_typelib(std_ole_v2.idl)
|
||||
|
||||
set_rc_compiler()
|
||||
spec2def(stdole2.tlb stdole2.tlb.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
|
|
@ -29,3 +29,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
/* @makedep: std_ole_v2.tlb */
|
||||
1 TYPELIB std_ole_v2.tlb
|
||||
|
||||
2 WINE_REGISTRY stdole2.tlb.rgs
|
||||
|
|
38
reactos/dll/win32/stdole2.tlb/stdole2.tlb.rgs
Normal file
38
reactos/dll/win32/stdole2.tlb/stdole2.tlb.rgs
Normal file
|
@ -0,0 +1,38 @@
|
|||
HKCR
|
||||
{
|
||||
NoRemove Typelib
|
||||
{
|
||||
NoRemove '{00020430-0000-0000-C000-000000000046}'
|
||||
{
|
||||
'2.0' = s 'OLE Automation'
|
||||
{
|
||||
'0' { win32 = s '%MODULE%' }
|
||||
FLAGS = s '0'
|
||||
}
|
||||
}
|
||||
}
|
||||
NoRemove Interface
|
||||
{
|
||||
'{BEF6E003-A874-101A-8BBA-00AA00300CAB}' = s 'Font'
|
||||
{
|
||||
ProxyStubClsid = s '{00020424-0000-0000-C000-000000000046}'
|
||||
ProxyStubClsid32 = s '{00020424-0000-0000-C000-000000000046}'
|
||||
TypeLib = s '{00020430-0000-0000-C000-000000000046}' { val Version = s '2.0' }
|
||||
}
|
||||
'{7BF80981-BF32-101A-8BBB-00AA00300CAB}' = s 'Picture'
|
||||
{
|
||||
ProxyStubClsid = s '{00020424-0000-0000-C000-000000000046}'
|
||||
ProxyStubClsid32 = s '{00020424-0000-0000-C000-000000000046}'
|
||||
TypeLib = s '{00020430-0000-0000-C000-000000000046}' { val Version = s '2.0' }
|
||||
}
|
||||
'{4EF6100A-AF88-11D0-9846-00C04FC29993}' = s 'FontEvents'
|
||||
{
|
||||
ProxyStubClsid = s '{00020424-0000-0000-C000-000000000046}'
|
||||
ProxyStubClsid32 = s '{00020424-0000-0000-C000-000000000046}'
|
||||
TypeLib = s '{00020430-0000-0000-C000-000000000046}' { val Version = s '2.0' }
|
||||
}
|
||||
}
|
||||
NoRemove CLSID
|
||||
{
|
||||
}
|
||||
}
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
[
|
||||
uuid(00020430-0000-0000-C000-000000000046),
|
||||
restricted,
|
||||
version(1.0),
|
||||
helpstring("OLE Automation")
|
||||
]
|
||||
|
|
|
@ -117,7 +117,7 @@ reactos/dll/win32/msvidc32 # Autosync
|
|||
reactos/dll/win32/msxml3 # Autosync
|
||||
reactos/dll/win32/nddeapi # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/netapi32 # Autosync
|
||||
reactos/dll/win32/ntdsapi # Autosync
|
||||
reactos/dll/win32/ntdsapi # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/ntprint # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/objsel # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/odbc32 # Out of sync. Depends on port of Linux ODBC.
|
||||
|
@ -156,7 +156,7 @@ reactos/dll/win32/shlwapi # Autosync
|
|||
reactos/dll/win32/slbcsp # Autosync
|
||||
reactos/dll/win32/softpub # Autosync
|
||||
reactos/dll/win32/spoolss # Autosync
|
||||
reactos/dll/win32/stdole2.tlb # Autosync
|
||||
reactos/dll/win32/stdole2.tlb # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/sti # Autosync
|
||||
reactos/dll/win32/sxs # Autosync
|
||||
reactos/dll/win32/tapi32 # Autosync
|
||||
|
|
Loading…
Reference in a new issue