Re: gdiplus: Stub for GdipCreateBitmapFromDirectDrawSurface

2009-06-04 Thread Andrew Eikum
Alexandre Julliard wrote: Andrew Eikum writes: diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h index 501e6ed..4ba329f 100644 --- a/include/gdiplusflat.h +++ b/include/gdiplusflat.h @@ -27,6 +27,8 @@ extern "C" { #endif +#include gdiplusflat.h is not supposed to depend

Re: gdiplus: Stub for GdipCreateBitmapFromDirectDrawSurface

2009-06-04 Thread Alexandre Julliard
Andrew Eikum writes: > diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h > index 501e6ed..4ba329f 100644 > --- a/include/gdiplusflat.h > +++ b/include/gdiplusflat.h > @@ -27,6 +27,8 @@ > extern "C" { > #endif > > +#include gdiplusflat.h is not supposed to depend on ddraw.h. -- Al