[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] minor api change

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-10-28 19:30:14 CET

C. Michael Pilato wrote:
> "Russell Yanofsky" <rey4@columbia.edu> writes:
>
>> This is the only place in the subversion api where a global variable
>> is exported from a library. Windows DLLs don't support exported data
>> very well (they require users to prefix declarations with
>> __declspec(dllimport)).
>
> Can't we just use the APR equivalents of those declarations?

The APR macros can only be used for the APR library. We could add our own
system of macros for each subversion library, but we decided against doing
that in this thread:
http://www.contactor.se/~dast/svn/archive-2003-03/1457.shtml

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 28 19:27:37 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.