[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2010-11-12, Elias Pschernig <elias.pschernig@xxxxxxxxxx> wrote:
> #ifdef ALLEGRO_CFG_IIO_HAVE_GDIPLUS_LOWERCASE_H
> #include <gdiplus.h>
> #else
> #include <Gdiplus.h>
> #endif
>
> Is that a typo and it should be <GdiPlus.h> or are there 3 variants? I
> have one called GdiPlus.h here for some reason (I downloaded it from the
> first google hit since the mingw in ubuntu 10.10 doesn't have gdiplus.h
> yet... so not a big issue, just want to make sure it's not simply a
> typo).
Typo; fixed.
Peter