ae2f_docs
Loading...
Searching...
No Matches
So.h
Go to the documentation of this file.
1/**
2 * @file So.h
3 * @brief Call
4 * */
5
6
7#ifndef ae2f_Sys_So_h
8#define ae2f_Sys_So_h
9
10#include "../Sys.h"
11
12/**
13 * @brief
14 * Exporting a specific function as dynamic link library(or so).
15 *
16 * @details
17 * For posix, gcc/clang/tcc is expected.
18 * */
19#define ae2f_SysSoExFn
20 N_ae2f_Sys_WIN(__attribute__((visibility("default"))))
21 ae2f_Sys_WIN(__declspec(dllexport))
22
23/** @brief Calling a specific function which has been dynamically linked. */
24#define ae2f_SysSoCall
25 ae2f_Sys_WIN(__declspec(dllimport))
26
27#endif
#define ae2f_Sys_WIN
System does not support this version. <ae2f_SysInetMk::prm_VerReq>.
Definition Sys.h:18
#define N_ae2f_Sys_WIN
Mutex is not owned by this thread.
Definition Sys.h:55