"James Hawkins" <[EMAIL PROTECTED]> wrote:
> I've been compiling the wine tests with visual studio 2003, and there
> are a couple errors popping up. One of the errors is that the align
> modifier is not allowed on function parameters, so most of the test
> fail to compile with wine's headers beca
On Tue, 15 Feb 2005 22:09:06 +0100, Hans Leidekker <[EMAIL PROTECTED]> wrote:
> On Tuesday 15 February 2005 21:46, James Hawkins wrote:
>
> > Should we reconcile the difference and remove the align from out
> > types? If not the tests won't compile with vs so I guess the other
> > option would be
On Tuesday 15 February 2005 21:46, James Hawkins wrote:
> Should we reconcile the difference and remove the align from out
> types? If not the tests won't compile with vs so I guess the other
> option would be to #pragma disable that warning. Any ideas?
The use of DECLSPEC_ALIGN(8) could be mad
On Tue, 15 Feb 2005 14:46:51 -0600, James Hawkins <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've been compiling the wine tests with visual studio 2003, and there
> are a couple errors popping up. One of the errors is that the align
> modifier is not allowed on function parameters, so most of the test
Hi,
I've been compiling the wine tests with visual studio 2003, and there
are a couple errors popping up. One of the errors is that the align
modifier is not allowed on function parameters, so most of the test
fail to compile with wine's headers because we align most of our data
types (AFAICS, I