mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
atl80: Implement AtlGetVersion.
This commit is contained in:
parent
494936452a
commit
50199423fb
@ -29,3 +29,8 @@ HRESULT WINAPI AtlCreateRegistrar(IRegistrar** ppReg)
|
||||
FIXME("(%p) stub\n", ppReg);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
DWORD WINAPI AtlGetVersion(void *pReserved)
|
||||
{
|
||||
return 0x0800;
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
30 stdcall AtlComPtrAssign(ptr ptr) atl.AtlComPtrAssign
|
||||
31 stdcall AtlComQIPtrAssign(ptr ptr ptr) atl.AtlComQIPtrAssign
|
||||
32 stdcall AtlInternalQueryInterface(ptr ptr ptr ptr) atl.AtlInternalQueryInterface
|
||||
34 stub AtlGetVersion
|
||||
34 stdcall AtlGetVersion(ptr)
|
||||
35 stub AtlAxDialogBoxW
|
||||
36 stub AtlAxDialogBoxA
|
||||
37 stdcall AtlAxCreateDialogW(long wstr long ptr long) atl.AtlAxCreateDialogW
|
||||
|
Loading…
Reference in New Issue
Block a user