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:
Diffstat (limited to 'src/Cedar/SMInner.h')
-rw-r--r--src/Cedar/SMInner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cedar/SMInner.h b/src/Cedar/SMInner.h
index f8d09b17..b9982ded 100644
--- a/src/Cedar/SMInner.h
+++ b/src/Cedar/SMInner.h
@@ -166,6 +166,7 @@ typedef struct SM_SERVER
bool VgsMessageDisplayed; // Whether to have already displayed a message about VGS
WINUI_UPDATE *Update; // Update notification
bool IsInClient; // Within VPN Client mode
+ bool LicenseWarnFlag;
} SM_SERVER;
typedef void (SM_STATUS_INIT_PROC)(HWND hWnd, SM_SERVER *p, void *param);