From c8e73a6f15c85f6b447aced677f15b3c5b8096b5 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 29 Oct 2025 19:29:34 +0100 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 2 +- EXeExecutor.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/EInAPI.h b/EInAPI.h index 3bbee00..73c21d0 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -103,7 +103,7 @@ EIN_EXPORT BOOL __stdcall EgtNewFile( void) ; 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 EgtSaveObjToFile( int nNumId, const int nIds[], 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 diff --git a/EXeExecutor.h b/EXeExecutor.h index b6a1e4e..66ef794 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -111,8 +111,7 @@ EXE_EXPORT bool ExeNewFile( void) ; EXE_EXPORT bool ExeOpenFile( const std::string& sFilePath) ; 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 ExeSaveObjToFile( const INTVECTOR& vId, const std::string& sFilePath, int nFlag) ; EXE_EXPORT bool ExeSaveMachGroupToFile( int nMGroupId, const INTVECTOR& vPlusId, const std::string& sFilePath, int nFlag) ; // Exchange