1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-21 18:59:21 +03:00

Fix incorrect "Not on NT" error messages

This commit is contained in:
Siddharth
2024-07-17 15:16:11 -07:00
parent 4e8f797036
commit 3a25c6bf73
2 changed files with 1 additions and 2 deletions

View File

@ -170,7 +170,6 @@ typedef struct MS
{
HINSTANCE hInst;
HINSTANCE hKernel32;
bool IsNt;
bool IsAdmin;
HANDLE hCurrentProcess;
UINT CurrentProcessId;