Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -65,6 +65,9 @@ EXE_EXPORT bool ExeOutText( const std::string& sText) ;
|
||||
EXE_EXPORT bool ExeSetTempDir( const std::string& sTempDir) ;
|
||||
EXE_EXPORT bool ExeGetTempDir( std::string& sTempDir) ;
|
||||
EXE_EXPORT bool ExeSetMainWindowHandle( HWND hMainWnd) ;
|
||||
EXE_EXPORT bool ExeGetStringUtf8FromIni( const std::string& sSec, const std::string& sKey, const std::string& sDef,
|
||||
std::string& sVal, const std::string& sIniFile) ;
|
||||
EXE_EXPORT bool ExeWriteStringUtf8ToIni( const std::string& sSec, const std::string& sKey, const std::string& sVal, const std::string& sIniFile) ;
|
||||
|
||||
// UiUnits
|
||||
EXE_EXPORT bool ExeSetUiUnits( bool bMM) ;
|
||||
|
||||
Reference in New Issue
Block a user