remove double binding of dll symbol

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2652 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.9
Stéphane Fillod, F8CFE 2009-02-20 12:38:29 +00:00
rodzic 6055bd26c9
commit 58bf987f4f
2 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib WiNRADiO backend - WR-G303 description
* Copyright (c) 2001-2004 by Stephane Fillod
*
* $Id: g303.c,v 1.5 2007-09-18 19:34:43 fillods Exp $
* $Id: g303.c,v 1.6 2009-02-20 12:38:29 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
@ -197,8 +197,6 @@ int g3_init(RIG *rig)
}
/* Get process addresses from dll for function access */
priv->OpenRadioDevice =
(FNCOpenRadioDevice) GetProcAddress(priv->dll, "OpenRadioDevice");
priv->OpenRadioDevice =
(FNCOpenRadioDevice) GetProcAddress(priv->dll, "OpenRadioDevice");
priv->CloseRadioDevice =

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib WiNRADiO backend - WR-G305 description
* Copyright (c) 2001-2009 by Stephane Fillod
*
* $Id: g305.c,v 1.1 2009-01-11 13:21:21 fillods Exp $
* $Id: g305.c,v 1.2 2009-02-20 12:38:29 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
@ -198,8 +198,6 @@ int g3_init(RIG *rig)
}
/* Get process addresses from dll for function access */
priv->OpenRadioDevice =
(FNCOpenRadioDevice) GetProcAddress(priv->dll, "OpenRadioDevice");
priv->OpenRadioDevice =
(FNCOpenRadioDevice) GetProcAddress(priv->dll, "OpenRadioDevice");
priv->CloseRadioDevice =