소스 검색

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>


불러오는 중...
취소
저장