ae2f_docs
Loading...
Searching...
No Matches
So.h File Reference

Call. More...

#include "../Sys.h"

Go to the source code of this file.

Macros

#define ae2f_SysSoExFn
 Exporting a specific function as dynamic link library(or so).
#define ae2f_SysSoCall    ae2f_Sys_WIN(__declspec(dllimport))
 Calling a specific function which has been dynamically linked.

Detailed Description

Call.

Definition in file So.h.

Macro Definition Documentation

◆ ae2f_SysSoCall

#define ae2f_SysSoCall    ae2f_Sys_WIN(__declspec(dllimport))

Calling a specific function which has been dynamically linked.

Definition at line 24 of file So.h.

◆ ae2f_SysSoExFn

#define ae2f_SysSoExFn
Value:
N_ae2f_Sys_WIN(__attribute__((visibility("default")))) \
ae2f_Sys_WIN(__declspec(dllexport))
#define N_ae2f_Sys_WIN
Mutex is not owned by this thread.
Definition Sys.h:55

Exporting a specific function as dynamic link library(or so).

For posix, gcc/clang/tcc is expected.

Definition at line 19 of file So.h.