Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_platform.h
Go to the documentation of this file.
1
6
#ifndef _ZOOM_VIDEO_SDK_PLATFORM_H_
7
#define _ZOOM_VIDEO_SDK_PLATFORM_H_
8
9
#if defined(WIN32)
10
#if defined(ZOOM_VIDEO_SDK_IMPLEMENTATION)
11
#define ZOOM_VIDEO_SDK_EXPORT __declspec(dllexport)
12
#else
13
#define ZOOM_VIDEO_SDK_EXPORT __declspec(dllimport)
14
#endif
15
#else
16
#define ZOOM_VIDEO_SDK_EXPORT __attribute__((visibility("default")))
17
#endif
19
#if defined(WIN32)
20
typedef
signed
char
int8_t;
21
typedef
unsigned
char
uint8_t;
22
typedef
short
int16_t;
23
typedef
unsigned
short
uint16_t;
24
typedef
int
int32_t;
25
typedef
unsigned
int
uint32_t;
26
typedef
__int64 int64_t;
27
typedef
unsigned
__int64 uint64_t;
28
typedef
wchar_t
zchar_t
;
29
#else
30
#include <stdint.h>
31
typedef
char
zchar_t
;
32
#endif
34
#endif
zchar_t
char zchar_t
Definition
zoom_video_sdk_platform.h:31
SDK-docs
Doxygen
windows
vsdk
h
zoom_video_sdk_platform.h
Generated by
1.12.0