From dfbdcc64039d75df69df8b8c2fd13343ab4b881a Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Tue, 19 Jun 2007 17:39:30 +0000 Subject: [PATCH] Make use of the NWLGSetVersion macro to set the version of nwlogin.h used. This is required to register as an extension now. --- CASA/logincapture/windows/lextend.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CASA/logincapture/windows/lextend.cpp b/CASA/logincapture/windows/lextend.cpp index 6382ab33..83bdd8d7 100644 --- a/CASA/logincapture/windows/lextend.cpp +++ b/CASA/logincapture/windows/lextend.cpp @@ -467,11 +467,9 @@ InitLoginExtension( if (pLoginExtInit) { - versionSupported.major = 1; - versionSupported.minor = 0; - versionSupported.revision = 0; + NWLGSetVersion(versionSupported); - ccode = pLoginExtInit( + ccode = pLoginExtInit( &g_pAccess, &versionSupported, &runtimeVersion,