mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
4 lines
204 B
Text
4 lines
204 B
Text
o Code simplification and refactoring:
|
|
- Wrap windows-only C files inside '#ifdef _WIN32' so that tools that
|
|
try to scan or compile every file on Unix won't decide that they
|
|
are broken.
|