Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2017-02-27 10:22:23 +00:00
parent cc3c28e796
commit 52fe1690a4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@ 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 EgtSetMainWindowHandle( HWND hMainWnd) ;
// UiUnits
EIN_EXPORT BOOL __stdcall EgtSetUiUnits( BOOL bMM) ;
+1
View File
@@ -60,6 +60,7 @@ EXE_EXPORT int ExeProcessEvents( int nProg, int nPause) ;
typedef bool (__stdcall * pfOutText) ( const std::string&) ;
EXE_EXPORT bool ExeSetOutText( pfOutText pFun) ;
EXE_EXPORT bool ExeOutText( const std::string& sText) ;
EXE_EXPORT bool ExeSetMainWindowHandle( HWND hMainWnd) ;
// UiUnits
EXE_EXPORT bool ExeSetUiUnits( bool bMM) ;