cesium-native 0.50.0
Loading...
Searching...
No Matches
Library.h
1#pragma once
2
9namespace CesiumCurl {}
10
11#if defined(_WIN32) && defined(CESIUM_SHARED)
12#ifdef CESIUMCURL_BUILDING
13#define CESIUMCURL_API __declspec(dllexport)
14#else
15#define CESIUMCURL_API __declspec(dllimport)
16#endif
17#else
18#define CESIUMCURL_API
19#endif
Provides the ability to access HTTP and other network resources using libcurl.