EgtExecutor :

- aggiunte funzioni exe e lua CopyEx e CopyGlobEx.
This commit is contained in:
Dario Sassi
2025-10-08 18:32:36 +02:00
parent 248aa6f948
commit 16930e4c4e
6 changed files with 148 additions and 44 deletions
+2 -2
View File
@@ -20,9 +20,9 @@
//----------------------------------------------------------------------------
int
AdjustId( int nId)
AdjustId( int nId, int nCtx)
{
GseContext* pCtx = GetCurrGseContext() ;
GseContext* pCtx = ( nCtx == 0 ? GetCurrGseContext() : GetGseContext( nCtx));
VERIFY_CTX( pCtx, GDB_ID_NULL)
if ( nId == GDB_ID_CURRPART)
return pCtx->m_nCurrPart ;