 |
Ultralight C++ API 1.3.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
11#ifndef __STDC_LIMIT_MACROS
12#define __STDC_LIMIT_MACROS
26# error This project needs at least Visual Studio 2013 to build
28#elif __cplusplus <= 199711L
29# error This project can only be compiled with a compiler that supports C++11
32#if defined(ULTRALIGHT_STATIC_BUILD)
35# if defined(__WIN32__) || defined(_WIN32)
36# if defined(APPCORE_IMPLEMENTATION)
37# define AExport __declspec(dllexport)
39# define AExport __declspec(dllimport)
42# define AExport __attribute__((visibility("default")))
46#if defined(__WIN32__) || defined(_WIN32)
47# define _thread_local __declspec(thread)
48# ifndef _NATIVE_WCHAR_T_DEFINED
49# define DISABLE_NATIVE_WCHAR_T
52# define _thread_local __thread