diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-02 14:23:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-02 14:23:33 +0200 |
commit | c97b19321969cce9fd497da083d5a3bfb0392e13 (patch) | |
tree | deea1f5a389daed46a6d1f15dc1c10286b9fc015 /butl/win32-utility.cxx | |
parent | 690eb2025b98080d62f587bc511d6f88badfb848 (diff) |
Exclude win32-utility from non-Windows builds
This gets rid of a warning about an empty object file.
Diffstat (limited to 'butl/win32-utility.cxx')
-rw-r--r-- | butl/win32-utility.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/butl/win32-utility.cxx b/butl/win32-utility.cxx index cf44d4d..a92d7e4 100644 --- a/butl/win32-utility.cxx +++ b/butl/win32-utility.cxx @@ -4,6 +4,9 @@ #include <butl/win32-utility> +// Note that while we exclude it from the buildfile-based builds, we still +// need these guards for build2 bootstrap. +// #ifdef _WIN32 #include <memory> // unique_ptr |