 |
OpenVPN 3 Core Library
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
12#ifndef OPENVPN_COMMON_OLONG_H
13#define OPENVPN_COMMON_OLONG_H
19#if defined(_MSC_VER) && (defined(_M_X64) || defined(_M_ARM64))
20using olong =
long long;
21using oulong =
unsigned long long;