EgtInterface :
- aggiornato prototipo di EgtAdvancedImport per il nuovo parametro nFlag.
This commit is contained in:
+2
-2
@@ -106,9 +106,9 @@ __stdcall EgtAdvancedImportIsEnabled( void)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtAdvancedImport( const wchar_t* wsFilePath, double dLinToler)
|
||||
__stdcall EgtAdvancedImport( const wchar_t* wsFilePath, double dLinToler, int nFlag)
|
||||
{
|
||||
return ( ExeAdvancedImport( wstrztoA( wsFilePath), dLinToler) ? TRUE : FALSE) ;
|
||||
return ( ExeAdvancedImport( wstrztoA( wsFilePath), dLinToler, nFlag) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user