EgtInterface :

- piccoli miglioramenti.
This commit is contained in:
Dario Sassi
2014-09-20 22:05:32 +00:00
parent 9c5d823190
commit 6735c79753
6 changed files with 160 additions and 102 deletions
+2 -2
View File
@@ -31,7 +31,7 @@
const char* EIN_STR = "EgtInterfaceR32.dll ver. " ;
#endif
#endif
const int STR_DIM = 40 ;
const int STR_DIM = 50 ;
//-----------------------------------------------------------------------------
static HINSTANCE s_hModule = NULL ;
@@ -63,7 +63,7 @@ DllMain( HMODULE hModule, DWORD dwReason, LPVOID lpReserved)
//-----------------------------------------------------------------------------
const char*
GetEInVersion( void)
__stdcall GetEInVersion( void)
{
std::string sVer ;