Procházet zdrojové kódy

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

undefined
Sam Hocevar před 11 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

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

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


Načítá se…
Zrušit
Uložit