aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 13:26:36 +0100
committerSimon Rozman <simon@rozman.si>2020-10-31 10:41:49 +0100
commit8c935ce1517f4420ffd0a984e28a7a46a0c5837f (patch)
treee22c918d20f1cddcb17aec39b87352155111573e /api/api.h
parentapi: elevate only when needed for system operations (diff)
downloadwintun-8c935ce1517f4420ffd0a984e28a7a46a0c5837f.tar.xz
wintun-8c935ce1517f4420ffd0a984e28a7a46a0c5837f.zip
api: remove security attributes debug trap door
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api/api.h')
-rw-r--r--api/api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api.h b/api/api.h
index 0291e17..0e0e3a6 100644
--- a/api/api.h
+++ b/api/api.h
@@ -23,4 +23,4 @@
extern HINSTANCE ResourceModule;
extern HANDLE ModuleHeap;
-extern SECURITY_ATTRIBUTES *SecurityAttributes;
+extern SECURITY_ATTRIBUTES SecurityAttributes;