windows_only_files 204 B

1234
  1. o Code simplification and refactoring:
  2. - Wrap windows-only C files inside '#ifdef _WIN32' so that tools that
  3. try to scan or compile every file on Unix won't decide that they
  4. are broken.