/* Copyright (c) 2003, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2020, 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.
**/
/* defined(_WIN32) */