Bläddra i källkod

image: fix a compilation error caused by the GDI+ system headers.

undefined
Sam Hocevar 10 år sedan
förälder
incheckning
caabc35cb1
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      src/image/codec/gdiplus-image.cpp

+ 2
- 0
src/image/codec/gdiplus-image.cpp Visa fil

@@ -15,6 +15,8 @@
#if defined USE_GDIPLUS

#include <algorithm>
using std::min;
using std::max;

#include <windows.h>
#include <gdiplus.h>


Laddar…
Avbryt
Spara