ソースを参照

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>


読み込み中…
キャンセル
保存