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:
parent
e1fa41c74e
commit
dfbdcc6403
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user