Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2019-03-18 06:51:20 +00:00
parent 47854794f6
commit fdb711eea6
4 changed files with 20 additions and 20 deletions
+3
View File
@@ -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) ;