mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NET] cmdAccounts(): Set ProductType default value (#2365)
This commit is contained in:
parent
62e52c7237
commit
4292fdd8aa
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ cmdAccounts(
|
|||
PUSER_MODALS_INFO_0 Info0 = NULL;
|
||||
PUSER_MODALS_INFO_1 Info1 = NULL;
|
||||
PUSER_MODALS_INFO_3 Info3 = NULL;
|
||||
NT_PRODUCT_TYPE ProductType;
|
||||
NT_PRODUCT_TYPE ProductType = NtProductWinNt;
|
||||
LPWSTR p;
|
||||
LPWSTR endptr;
|
||||
DWORD ParamErr;
|
||||
|
|
Loading…
Reference in a new issue