Преглед изворни кода

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

undefined
Sam Hocevar пре 10 година
родитељ
комит
caabc35cb1
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      src/image/codec/gdiplus-image.cpp

+ 2
- 0
src/image/codec/gdiplus-image.cpp Прегледај датотеку

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

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

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


Loading…
Откажи
Сачувај