// ********************************************************************** // // Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** #ifndef ICESSL_ICESSL_H #define ICESSL_ICESSL_H #include #include #include #if defined(_WIN32) # if defined(ICE_OS_UWP) # include # else # include # endif #elif defined(__APPLE__) # include #else # include #endif #include #include #include #endif