mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Re-run "make autostyle" with improved annotate_ifdef_directives
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#define raw_socketpair tor_ersatz_socketpair
|
||||
#define raw_closesocket closesocket
|
||||
#define snprintf _snprintf
|
||||
#else /* !(defined(_WIN32)) */
|
||||
#else /* !defined(_WIN32) */
|
||||
#define raw_socketpair socketpair
|
||||
#define raw_closesocket close
|
||||
#endif /* defined(_WIN32) */
|
||||
|
||||
Reference in New Issue
Block a user