mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-20 02:09:25 +03:00
Link to Windows libraries in CMake project, remove related #pragma directives
In addition to making the code cleaner, this also prevents potential issues due to #pragma directives being in headers.
This commit is contained in:
@ -33,8 +33,6 @@
|
||||
#include "vpnwebdlg_inner.h"
|
||||
#include "resource.h"
|
||||
|
||||
#pragma comment(lib, "wininet.lib")
|
||||
|
||||
static VPNWEBDLG_INIT data;
|
||||
static bool inited = false;
|
||||
static VW_TASK task;
|
||||
|
Reference in New Issue
Block a user