mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-19 08:31:32 +03:00
Include headers properly
This commit is contained in:
@ -5,10 +5,21 @@
|
||||
// CMInner.h
|
||||
// Internal header for the CM.c
|
||||
|
||||
#include "Client.h"
|
||||
#include "CM.h"
|
||||
#include "Command.h"
|
||||
#include "WinUi.h"
|
||||
|
||||
#include "Mayaqua/Table.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#define STARTUP_MUTEX_NAME GC_SW_SOFTETHER_PREFIX "vpncmgr_startup_mutex"
|
||||
|
||||
#define NAME_OF_VPN_CLIENT_MANAGER "vpncmgr"
|
||||
|
||||
typedef struct LVB LVB;
|
||||
|
||||
void CmVoice(char *name);
|
||||
|
||||
typedef struct CM_UAC_HELPER
|
||||
|
||||
Reference in New Issue
Block a user