1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/minimal-examples/api-tests/api-test-lws_map
Andy Green 8b6f2d5dba gcc4: conceal typedef in public header
Modern toolchains are fine with giving a typedef as a forward reference,
but gcc 4.3 can't cope with that and then seeing the real definition in the
.c later.

Just conceal the typedef and use the struct form for the forward reference
resolution type in the public header so even senior toolchains are happy.
2022-05-17 15:07:29 +01:00
..
CMakeLists.txt lws_map 2021-08-21 17:44:40 +01:00
main.c gcc4: conceal typedef in public header 2022-05-17 15:07:29 +01:00