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
@@ -72,7 +72,7 @@ BOOL
__stdcall EgtGetDefaultFont( wchar_t*& wsDefaultFont)
{
if ( &wsDefaultFont == nullptr)
return false ;
return FALSE ;
// recupero il nome del font di default
string sDefaultFont ;
ExeGetDefaultFont( sDefaultFont) ;