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,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,