diff --git a/src/tones.h b/src/tones.h index 71ac051b5..0425a71b8 100644 --- a/src/tones.h +++ b/src/tones.h @@ -2,7 +2,7 @@ * Hamlib Interface - CTCSS and DCS tables header * Copyright (c) 2000-2003 by Stephane Fillod and Frank Singleton * - * $Id: tones.h,v 1.5 2003-11-16 22:15:38 fillods Exp $ + * $Id: tones.h,v 1.6 2005-02-21 18:56:22 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 @@ -84,7 +84,7 @@ static const tone_t static_full_dcs_list[] = { * These arrays cannot be shared on Win32 systems, * because DLL's vars don't have constant address. */ -#if (defined(_WIN32) || defined(__CYGWIN__)) && (defined(DLL_EXPORT) || defined(__CYGWIN__)) && !defined(IN_HAMLIB) +#if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(IN_HAMLIB) #define common_ctcss_list static_common_ctcss_list #define full_ctcss_list static_full_ctcss_list #define full_dcs_list static_full_dcs_list