From 1cc997c31a5d2457794c366f4f14812e7c6ba6ba Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 28 Oct 2025 15:23:01 +0100 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 2 +- EXeExecutor.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/EInAPI.h b/EInAPI.h index 9a2efe7..3bbee00 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -104,7 +104,7 @@ EIN_EXPORT BOOL __stdcall EgtOpenFile( const wchar_t* wsFilePath) ; EIN_EXPORT BOOL __stdcall EgtInsertFile( const wchar_t* wsFilePath) ; EIN_EXPORT BOOL __stdcall EgtSaveFile( const wchar_t* wsFilePath, int nFlag) ; EIN_EXPORT BOOL __stdcall EgtSaveObjToFile( int nId, const wchar_t* wsFilePath, int nFlag) ; -EIN_EXPORT BOOL __stdcall EgtSaveMachGroupToFile( int nMGroupId, const wchar_t* wsFilePath, int nFlag) ; +EIN_EXPORT BOOL __stdcall EgtSaveMachGroupToFile( int nMGroupId, int nNumPlusId, const int nPlusIds[], const wchar_t* wsFilePath, int nFlag) ; // Exchange EIN_EXPORT int __stdcall EgtGetFileType( const wchar_t* wsFilePath) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index 62acb10..314208c 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -113,6 +113,7 @@ EXE_EXPORT bool ExeInsertFile( const std::string& sFilePath) ; EXE_EXPORT bool ExeSaveFile( const std::string& sFilePath, int nFlag) ; EXE_EXPORT bool ExeSaveObjToFile( int nId, const std::string& sFilePath, int nFlag) ; EXE_EXPORT bool ExeSaveMachGroupToFile( int nMGroupId, const std::string& sFilePath, int nFlag) ; +EXE_EXPORT bool ExeSaveMachGroupToFile( int nMGroupId, const INTVECTOR& vPlusId, const std::string& sFilePath, int nFlag) ; // Exchange EXE_EXPORT int ExeGetFileType( const std::string& sFilePath) ;