Running object table are not using 0 as a valid index anymore.

This commit is contained in:
Noomen Hamza 2000-02-07 16:01:37 +00:00 committed by Alexandre Julliard
parent e84b678408
commit 55490022b9
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ HRESULT WINAPI RunningObjectTableImpl_Initialize()
return E_OUTOFMEMORY;
runningObjectTableInstance->runObjTabSize=BLOCK_TAB_SIZE;
runningObjectTableInstance->runObjTabRegister=0;
runningObjectTableInstance->runObjTabRegister=1;
runningObjectTableInstance->runObjTabLastIndx=0;
return S_OK;