diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-01-11 15:26:08 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-01-11 15:26:08 +0100 |
| commit | 64a86007db6b015069a12dcb920735b86d22f457 (patch) | |
| tree | 811485b2b91ba37d89603fc17f3d8824afe8d1b6 | |
| parent | 9ce9e23b5d3335e29e2f13c3f673c72e7d28c0a4 (diff) | |
| parent | 76bbd57c0291632a2c9daeade69eb1b0e7135634 (diff) | |
| download | mullvadvpn-64a86007db6b015069a12dcb920735b86d22f457.tar.xz mullvadvpn-64a86007db6b015069a12dcb920735b86d22f457.zip | |
Merge branch 'add-ffi-error-docs'
| -rw-r--r-- | talpid-core/src/security/windows/ffi.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid-core/src/security/windows/ffi.rs b/talpid-core/src/security/windows/ffi.rs index 2362876897..6c4d8381d4 100644 --- a/talpid-core/src/security/windows/ffi.rs +++ b/talpid-core/src/security/windows/ffi.rs @@ -1,3 +1,4 @@ +/// Creates a new result type that returns the given result variant on error. #[macro_export] macro_rules! ffi_error { ($result:ident, $error:expr) => { |
