浏览代码

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

undefined
Sam Hocevar 11 年前
父节点
当前提交
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>


正在加载...
取消
保存