Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2018-10-05 08:54:51 +00:00
parent 59feb68c9e
commit 58b12dfa36
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -710,6 +710,7 @@ EIN_EXPORT BOOL __stdcall EgtSpecialUpdateDisposition( int nId) ;
// Machinings
EIN_EXPORT int __stdcall EgtAddMachining( const wchar_t* wsName, const wchar_t* wsMachining) ;
EIN_EXPORT int __stdcall EgtCreateMachining( const wchar_t* wsName, int nMchType, const wchar_t* wsTool) ;
EIN_EXPORT int __stdcall EgtCopyMachining( const wchar_t* wsName, const wchar_t* wsSouName) ;
EIN_EXPORT BOOL __stdcall EgtSetCurrMachining( int nId) ;
EIN_EXPORT BOOL __stdcall EgtResetCurrMachining( void) ;
EIN_EXPORT int __stdcall EgtGetCurrMachining( void) ;