diff --git a/API_General.cpp b/API_General.cpp index a70bdc6..a7762cb 100644 --- a/API_General.cpp +++ b/API_General.cpp @@ -180,6 +180,13 @@ __stdcall EgtSetLockType( int nType) return ( ExeSetLockType( nType) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtSetNetHwKey( BOOL bNetHwKey) +{ + return ( ExeSetNetHwKey( bNetHwKey != FALSE) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtGetKeyLevel( int nProd, int nVer, int nLev, int* pnKLev) diff --git a/EgtInterface.rc b/EgtInterface.rc index 8b8a5a7..e65f1af 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ