File d266a62.patch of Package openwsman
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-openwsman-2.6.7/bindings/ruby/helpers.h ./bindings/ruby/helpers.h
--- ../orig-openwsman-2.6.7/bindings/ruby/helpers.h 2016-02-29 14:53:54.000000000 +0100
+++ ./bindings/ruby/helpers.h 2024-04-04 14:48:07.286991457 +0200
@@ -47,7 +47,7 @@
*
*/
-#if SWIGVERSION > 0x020004
+#if SWIG_VERSION > 0x020004
#define KLASS_DECL(k,t) swig_class *k = (swig_class *)(t->clientdata)
#define KLASS_OF(x) x->klass
#else