Make use of the NWLGSetVersion macro to set the version of nwlogin.h used. This is required to register as an extension now.

This commit is contained in:
Jim Norman 2007-06-19 17:39:30 +00:00
parent e1fa41c74e
commit dfbdcc6403

View File

@ -467,9 +467,7 @@ InitLoginExtension(
if (pLoginExtInit) if (pLoginExtInit)
{ {
versionSupported.major = 1; NWLGSetVersion(versionSupported);
versionSupported.minor = 0;
versionSupported.revision = 0;
ccode = pLoginExtInit( ccode = pLoginExtInit(
&g_pAccess, &g_pAccess,