EgtInterface 1.6t1 :

- aggiornamento interfaccia per funzioni su Operazioni.
This commit is contained in:
Dario Sassi
2016-08-05 18:38:51 +00:00
parent 1e4946c2aa
commit 863af59651
3 changed files with 50 additions and 1 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ __stdcall EgtRemoveName( int nId)
BOOL
__stdcall EgtSetInfo( int nId, const wchar_t* wsKey, const wchar_t* wsInfo)
{
return ( ExeSetInfo( nId, wstrztoA( wsKey), wstrztoA( wsInfo)) ? TRUE : FALSE) ;
return ( ExeSetInfo( nId, wstrztoA( wsKey), string( wstrztoA( wsInfo))) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------