mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 03:44:40 +08:00
Implemented an easy API, XLATEOBJ_piVector. Just leave them in stubs for now.
svn path=/trunk/; revision=28418
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user