mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[NET] cmdAccounts(): Set ProductType default value (#2365)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user