Selaa lähdekoodia

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

undefined
Sam Hocevar 10 vuotta sitten
vanhempi
commit
caabc35cb1
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      src/image/codec/gdiplus-image.cpp

+ 2
- 0
src/image/codec/gdiplus-image.cpp Näytä tiedosto

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

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

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


Ladataan…
Peruuta
Tallenna