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)
|
if (pLoginExtInit)
|
||||||
{
|
{
|
||||||
versionSupported.major = 1;
|
NWLGSetVersion(versionSupported);
|
||||||
versionSupported.minor = 0;
|
|
||||||
versionSupported.revision = 0;
|
|
||||||
|
|
||||||
ccode = pLoginExtInit(
|
ccode = pLoginExtInit(
|
||||||
&g_pAccess,
|
&g_pAccess,
|
||||||
&versionSupported,
|
&versionSupported,
|
||||||
&runtimeVersion,
|
&runtimeVersion,
|
||||||
|
Loading…
Reference in New Issue
Block a user