This website requires JavaScript.
Explore
Help
Sign In
code.ivysaur.me
/
miqt
Watch
1
Star
0
Fork
0
You've already forked miqt
mirror of
https://github.com/mappu/miqt.git
synced
2025-01-22 06:30:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
miqt
/
qt6
/
network
/
gen_qssl.cpp
12 lines
125 B
C++
Raw
Normal View
History
Unescape
Escape
qnetwork: initial commit
2024-11-04 22:53:04 +13:00
#
include
<qssl.h>
#
include
"gen_qssl.h"
qt: rebuild (add -D_Bool=bool handling)
2024-12-11 19:55:47 +13:00
Avoid dependency on exported go header 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.
2025-01-07 11:30:33 +01:00
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
#
ifdef __cplusplus
}
/* extern C */
qt: rebuild (add -D_Bool=bool handling)
2024-12-11 19:55:47 +13:00
#
endif
qnetwork: initial commit
2024-11-04 22:53:04 +13:00
Reference in New Issue
Copy Permalink