mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
Mayaqua.h: include <stddef.h>, for "wchar_t"
This commit is contained in:
parent
93dcd25d63
commit
6b41b19327
@ -8,6 +8,8 @@
|
|||||||
#ifndef MAYAQUA_H
|
#ifndef MAYAQUA_H
|
||||||
#define MAYAQUA_H
|
#define MAYAQUA_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
// PenCore.dll related
|
// PenCore.dll related
|
||||||
#define PENCORE_DLL_NAME "|PenCore.dll"
|
#define PENCORE_DLL_NAME "|PenCore.dll"
|
||||||
// #define PENCORE_DLL_NAME_X64 "|PenCore_x64.dll" // commonized to x86
|
// #define PENCORE_DLL_NAME_X64 "|PenCore_x64.dll" // commonized to x86
|
||||||
|
Loading…
Reference in New Issue
Block a user