]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/filesystem/config/is_windows_ce.cpp
bump version to 19.2.0-pve1
[ceph.git] / ceph / src / boost / libs / filesystem / config / is_windows_ce.cpp
CommitLineData
20effc67
TL
1// Copyright 2020 Andrey Semashev
2
3// Distributed under the Boost Software License, Version 1.0.
4// See http://www.boost.org/LICENSE_1_0.txt
5
6// See library home page at http://www.boost.org/libs/filesystem
7
8#if !defined(_WIN32_WCE)
9#error "This is not Windows CE"
10#endif
11
12int main()
13{
14}