Include :
- modifiche nelle dichiarazioni dei puntatori a funzione - aggiornamento prototipi.
This commit is contained in:
+9
-5
@@ -1,13 +1,14 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2018-2023
|
||||
// EgalTech 2018-2025
|
||||
//----------------------------------------------------------------------------
|
||||
// File : EgtFunPtrType.h Data : 23.11.23 Versione : 2.5k5
|
||||
// File : EgtFunPtrType.h Data : 12.10.25 Versione : 2.7j25
|
||||
// Contenuto : Dichiarazione tipi puntatori a funzione.
|
||||
//
|
||||
//
|
||||
//
|
||||
// Modifiche : 19.07.18 DS Creazione modulo.
|
||||
// 23.11.23 DS Aggiunta pfOnTerminateProcess.
|
||||
// 12.10.25 DS Aggiunta pfCdeclProcEvents.
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
@@ -16,6 +17,9 @@
|
||||
#include <string>
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
typedef bool (__stdcall * pfOnTerminateProcess) ( int) ;
|
||||
typedef int (__stdcall * pfProcEvents) ( int, int) ;
|
||||
typedef bool (__stdcall * pfOutText) ( const std::string&) ;
|
||||
typedef bool (__stdcall * psfOnTerminateProcess) ( int) ;
|
||||
typedef int (__stdcall * psfProcEvents) ( int, int) ;
|
||||
typedef bool (__stdcall * psfOutText) ( const std::string&) ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
typedef int (__cdecl * pcfProcEvents) ( int, int) ;
|
||||
|
||||
Reference in New Issue
Block a user