mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Wrap windows-only C files in #ifdef _WIN32
This should make some scripts and IDEs happier.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user