tor/changes/windows_only_files
Nick Mathewson beac91cf08 Wrap windows-only C files in #ifdef _WIN32
This should make some scripts and IDEs happier.
2015-07-30 11:14:15 -04:00

5 lines
204 B
Plaintext

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.