瀏覽代碼

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…
取消
儲存