summaryrefslogtreecommitdiff
path: root/src/lib/fs/winlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/fs/winlib.c')
-rw-r--r--src/lib/fs/winlib.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/fs/winlib.c b/src/lib/fs/winlib.c
index 7a88a841a6..532807c03f 100644
--- a/src/lib/fs/winlib.c
+++ b/src/lib/fs/winlib.c
@@ -3,6 +3,15 @@
* Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * \file winlib.c
+ *
+ * \brief Find and load windows system libraries.
+ *
+ * We use this function to dynamically load code at runtime that might not be
+ * available on all versions of Windows that we support.
+ **/
+
#ifdef _WIN32
#include "lib/fs/winlib.h"