git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2141 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.6rc1
Martin Ewing, AA6E 2006-10-13 12:02:36 +00:00
rodzic 59afa7d404
commit 7e22304680
1 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,15 @@
/* $Id: rig_dll.h,v 1.9 2003-04-23 20:13:03 fillods Exp $ */
/* $Id: rig_dll.h,v 1.10 2006-10-13 12:02:36 aa6e Exp $ */
/*
* Provide definitions to compile in Windows
* using C-friendly options, e.g.
*
* HAMLIB_API -> __cdecl
* HAMLIB_EXPORT, HAMLIB_EXPORT_VAR -> __declspec(dllexport)
* BACKEND_EXPORT, BACKEND_EXPORT_VAR -> __declspec(dllexport)
*
* No effect in non-Windows environments.
*/
/*
* Temporarily commented out, until cygwin port is sorted out