From 6a65e3a330d27dd04c26f2ea14704c52d4bb92fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 28 Mar 2005 09:39:02 +0000 Subject: [PATCH] Better define to detect MacOSX git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1953 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- include/hamlib/rig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 672aa42e9..4ca1fc9b3 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -2,7 +2,7 @@ * Hamlib Interface - API header * Copyright (c) 2000-2005 by Stephane Fillod and Frank Singleton * - * $Id: rig.h,v 1.102 2005-03-26 23:33:39 fillods Exp $ + * $Id: rig.h,v 1.103 2005-03-28 09:39:02 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -1250,7 +1250,7 @@ typedef struct { } parm; /*!< Port parameter union */ } hamlib_port_t; -#if !defined(__MACOSX__) || !defined(__cplusplus) +#if !defined(__MACOSX__) || !defined(__APPLE__) || !defined(__cplusplus) typedef hamlib_port_t port_t; #endif