From 92363f6b0c27b81de1513c0770fdbfaa8b53d238 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Tue, 6 Jun 2023 15:12:52 -0500 Subject: [PATCH] Re-add field to rig_state for DLL alignment https://github.com/Hamlib/Hamlib/issues/1299 --- include/hamlib/rig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 0dd9d648d..bfa5f7e35 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -2691,7 +2691,8 @@ struct rig_state { * It is NOT fine to touch this struct AT ALL!!! */ struct rig_state_deprecated { - /********* DO NOT MODIFY OR REMOVE THIS STRUCTURE -- IT IS FOREVER DEPRECATED *********/ + /********* ENSURE YOU DO NOT EVERY MODIFY THIS STRUCTURE *********/ + /********* It will remain forever to provide DLL backwards compatiblity ******/ /* * overridable fields */ @@ -2809,6 +2810,7 @@ struct rig_state_deprecated { char client_version[32]; /*!