1 /* Copyright (c) 2003-2004, Roger Dingledine
2 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
3 * Copyright (c) 2007-2020, The Tor Project, Inc. */
4 /* See LICENSE for licensing information */
8 * \brief Header for win32err.c
11 #ifndef TOR_WIN32ERR_H
12 #define TOR_WIN32ERR_H
16 /* Platform-specific helpers. */
19 char *format_win32_error(DWORD err
);
22 #endif /* !defined(TOR_WIN32ERR_H) */