From 52fe1690a4a37b2b366ca52940d44ae552d64613 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 27 Feb 2017 10:22:23 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 1 + EXeExecutor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index 6bfeb0c..38c24f8 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -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) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index ddaf648..f1dbd5f 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -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) ;