Re: static inline wine_get_fs etc

2006-08-10 Thread Marcus Meissner
On Thu, Aug 10, 2006 at 12:53:58PM +0200, Alexandre Julliard wrote: > Tijl Coosemans <[EMAIL PROTECTED]> writes: > > > I'm looking at include/wine/library.h and was wondering why the > > wine_get_fs/gs/... are declared extern and not static like many other > > functions in that file. Is there any

Re: static inline wine_get_fs etc

2006-08-10 Thread Alexandre Julliard
Tijl Coosemans <[EMAIL PROTECTED]> writes: > I'm looking at include/wine/library.h and was wondering why the > wine_get_fs/gs/... are declared extern and not static like many other > functions in that file. Is there any particular reason I'm not seeing? It's because they are exported from libwine

static inline wine_get_fs etc

2006-08-10 Thread Tijl Coosemans
I'm looking at include/wine/library.h and was wondering why the wine_get_fs/gs/... are declared extern and not static like many other functions in that file. Is there any particular reason I'm not seeing? Their __asm__ block is also missing __volatile__ I believe.