mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Implemented an easy API, XLATEOBJ_piVector. Just leave them in stubs for now.
svn path=/trunk/; revision=28418
This commit is contained in:
parent
5f7a8012cd
commit
7330591df4
1 changed files with 1 additions and 3 deletions
|
@ -3371,9 +3371,7 @@ XLATEOBJ_iXlate(XLATEOBJ *XlateObj,
|
|||
ULONG * STDCALL
|
||||
XLATEOBJ_piVector(XLATEOBJ *XlateObj)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
return XlateObj->pulXlate;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue