fix static building under MinGW/MSYS

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1926 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.4
Stéphane Fillod, F8CFE 2005-02-21 18:56:22 +00:00
rodzic 75d3301ffd
commit 1316c2c37a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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