From 0dce1e478f7f63f511be43596ae33bc760f865cf Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Tue, 4 Jun 2024 17:28:09 -0500 Subject: [PATCH] Add to ignore.swg to allow mingw64 compilation of python bindings --- bindings/ignore.swg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bindings/ignore.swg b/bindings/ignore.swg index acfd35fe9..25c570377 100644 --- a/bindings/ignore.swg +++ b/bindings/ignore.swg @@ -212,6 +212,11 @@ %ignore hamlib_copyright2; %ignore hamlib_version2; %ignore macro_name; +%ignore fd_sync_write; +%ignore fd_sync_read; +%ignore fd_sync_error_write; +%ignore fd_sync_error_read; + %ignore FIFO_RIG;