Re: [AD] MSVC bug in 4.1.18? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] MSVC bug in 4.1.18?
- From: Elias Pschernig <allefant@xxxxxxxxxx>
- Date: Tue, 8 Mar 2005 15:07:11 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=AyV5MQ4ggxzVjgbzqDwseQkik8sRzQlhQ6IaTvUh3/Kmr8wCUhOMVfUIfsfuIQEhGDzMxROqqbK8Qd59+FQxzPe+AgCoxhRvtZ+kx0Gw3VEIE9FFfDtb0UbANZ5o7wcLFyTkR/uM2n1Fx9skvalLBeI4PwRpc77u+Ug0Wewtyc0=
Hm, this doesn't seem to be fixed for me:
Can it be that:
#ifndef TITLEBARINFO
Is true, wheather or not there exists a type with that name already?
I get the following error with current CVS and mingw:
gcc -DALLEGRO_STATICLINK -DALLEGRO_SRC -DALLEGRO_LIB_BUILD -Wall -Wno-unused -m
cpu=pentium -O2 -funroll-loops -ffast-math -fomit-frame-pointer -I. -I./include
-o obj/mingw32/alleg_s/wwnd.o -c src/win/wwnd.c
src/win/wwnd.c:92: conflicting types for `TITLEBARINFO'
c:/MinGW/include/winuser.h:2720: previous declaration of `TITLEBARINFO'
src/win/wwnd.c:92: conflicting types for `PTITLEBARINFO'
c:/MinGW/include/winuser.h:2720: previous declaration of `PTITLEBARINFO'
src/win/wwnd.c:92: conflicting types for `LPTITLEBARINFO'
c:/MinGW/include/winuser.h:2720: previous declaration of `LPTITLEBARINFO'
mingw32-make: *** [obj/mingw32/alleg_s/wwnd.o] Error 1