diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/windows_only_files | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/windows_only_files b/changes/windows_only_files new file mode 100644 index 0000000000..0ec64b9c43 --- /dev/null +++ b/changes/windows_only_files @@ -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. |