[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DLL version of Gnokii for Win32
From: |
Pawel Kot |
Subject: |
Re: DLL version of Gnokii for Win32 |
Date: |
Wed, 10 Apr 2002 14:04:53 +0200 |
Hi Feico,
>>> address@hidden 10 April 2002 13:08:58 >>>
> #if defined(WIN32)
> # ifdef GNOKIIDLL_EXPORTS
> # define GNOKIIDLL_API __declspec(dllexport)
> # else
> # define GNOKIIDLL_API __declspec(dllimport)
> # endif
> #else /* !WIN32 */
> # define GNOKIIDLL_API extern
> #endif /* WIN32 */
I'd prefer s/GNOKIIDLL_API/GNOKII_API/
And according to the patch:
--- win32/gnokii_vc6/config1 2 Apr 2002 00:15:24 -0000 1.1
+++ win32/gnokii_vc6/config1 10 Apr 2002 11:15:47 -0000
+#define VERSION "0.4.0pre16"
+#define XVERSION "20010323" // Don't really
+#define XGNOKIIDIR "/xgnokii" // need these.
It does not make sense in fact. Can't you use something similiar to configure
script to take contents of the VERSION file automatically?
Please use only "/*" comments.
pkot
- DLL version of Gnokii for Win32, Feico de Boer, 2002/04/10
- Re: DLL version of Gnokii for Win32, Feico de Boer, 2002/04/10
- Re: DLL version of Gnokii for Win32,
Pawel Kot <=
- Re: DLL version of Gnokii for Win32, Feico de Boer, 2002/04/10
- Re: DLL version of Gnokii for Win32, Pavel Machek, 2002/04/15
- Re: DLL version of Gnokii for Win32, Pawel Kot, 2002/04/15
- Re: DLL version of Gnokii for Win32, Feico de Boer, 2002/04/19
- Re: DLL version of Gnokii for Win32, Feico de Boer, 2002/04/26
- Re: DLL version of Gnokii for Win32, Pawel Kot, 2002/04/27
- Re: DLL version of Gnokii for Win32, Pawel Kot, 2002/04/28
- Re: DLL version of Gnokii for Win32, Gnokii for Win32, 2002/04/29
- Message not available
- Re: DLL version of Gnokii for Win32, Pavel Machek, 2002/04/21
Re: DLL version of Gnokii for Win32, Pawel Kot, 2002/04/10