Wrap windows-only C files in #ifdef _WIN32

This should make some scripts and IDEs happier.
This commit is contained in:
Nick Mathewson
2015-07-30 11:14:15 -04:00
parent 7b7cb0d779
commit beac91cf08
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -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.