- Fix #949: "could not create control compt".

This commit is contained in:
W.C.A. Wijngaards
2023-10-11 11:59:26 +02:00
parent e98b89651e
commit d5954aff08
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -863,6 +863,9 @@ Result: ['74.125.43.147', '74.125.43.99', '74.125.43.103', '74.125.43.104']
%inline %{
//SWIG will see the ub_ctx as a class
struct ub_ctx {
/* Dummy member, so the struct is not empty, MSVC complains about
* that. */
int dummy;
};
%}