Include :

- aggiornamento interfacce.
This commit is contained in:
Dario Sassi
2017-09-07 09:16:28 +00:00
parent 9b4b1cd96b
commit 7e8c953620
3 changed files with 14 additions and 1 deletions
+2
View File
@@ -57,6 +57,8 @@ typedef int (__stdcall * pfProcEvents) (int, int) ;
EIN_EXPORT BOOL __stdcall EgtSetProcessEvents( pfProcEvents pFun) ;
typedef BOOL (__stdcall * pfOutTextW) (wchar_t*&) ;
EIN_EXPORT BOOL __stdcall EgtSetOutText( pfOutTextW pFun) ;
EIN_EXPORT BOOL __stdcall EgtSetTempDir( const wchar_t* wsTempDir) ;
EIN_EXPORT BOOL __stdcall EgtGetTempDir( wchar_t*& wsTempDir) ;
EIN_EXPORT BOOL __stdcall EgtSetMainWindowHandle( HWND hMainWnd) ;
// UiUnits