Procházet zdrojové kódy

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

undefined
Sam Hocevar před 10 roky
rodič
revize
caabc35cb1
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/image/codec/gdiplus-image.cpp

+ 2
- 0
src/image/codec/gdiplus-image.cpp Zobrazit soubor

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


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


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


||||||
x
 
000:0
Načítá se…
Zrušit
Uložit