EgtInterface 1.6v8 :

- aggiunte in interfaccia EgtVerifyRawPartCurrPhase, EgtVerifyFixture e EgtGetPlaneSnapPoint.
This commit is contained in:
Dario Sassi
2016-10-29 15:50:57 +00:00
parent d5237e71eb
commit bbe34f603f
6 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ BOOL
__stdcall EgtGetCurrFilePath( wchar_t*& wsFilePath)
{
if ( &wsFilePath == nullptr)
return false ;
return FALSE ;
string sFilePath ;
if ( ! ExeGetCurrFilePath( sFilePath))
return FALSE ;