mirror of
https://github.com/mappu/miqt.git
synced 2025-02-07 13:50:21 +00:00
![Jacek Sieka](/assets/img/avatar_default.png)
The expected type of the callback is already known from the AST - this change reduces dependency on cgo specifics and makes the generated C ABI entirely cgo-independent - in particular, there is no need to include `_cgo_export.h` any more.
12 lines
125 B
C++
12 lines
125 B
C++
#include <qssl.h>
|
|
#include "gen_qssl.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern C */
|
|
#endif
|
|
|