Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykhaylo Yehorov <yehorov@gmail.com>2016-05-04 12:27:52 +0300
committerMykhaylo Yehorov <yehorov@gmail.com>2016-05-04 12:27:52 +0300
commit03ffd7535ac3ecb0b5985ab919ed3f50fa6aa7dd (patch)
treee7f8fb32a7c8325deffbdb012fed7b4c7b334949 /src/Mayaqua/Microsoft.h
parent698babf408789fc74a9ee5fbc693beff7ad01bef (diff)
parent1e17c9bcfd7e7b31756aa5389bcbff76c2c9c88a (diff)
merge upstream v4.21-9613-beta
Diffstat (limited to 'src/Mayaqua/Microsoft.h')
-rw-r--r--src/Mayaqua/Microsoft.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Mayaqua/Microsoft.h b/src/Mayaqua/Microsoft.h
index 822c0a5b..7e516a52 100644
--- a/src/Mayaqua/Microsoft.h
+++ b/src/Mayaqua/Microsoft.h
@@ -400,6 +400,7 @@ typedef struct MS
wchar_t *UserNameExW;
wchar_t *MinidumpBaseFileNameW;
IO *LockFile;
+ bool IsWine;
} MS;
// For Windows NT API
@@ -732,6 +733,7 @@ bool MsRegUnloadHive(UINT root, wchar_t *keyname);
bool MsIsNt();
bool MsIsAdmin();
+bool MsIsWine();
bool MsEnablePrivilege(char *name, bool enable);
void *MsGetCurrentProcess();
UINT MsGetCurrentProcessId();