浏览代码

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 #if defined USE_GDIPLUS


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


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


||||||
x
 
000:0
正在加载...
取消
保存