Skip to content

Commit

Permalink
移除所有 gdiplus 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
chirsz-ever committed Apr 6, 2020
1 parent 53420d4 commit 2bd6a5c
Show file tree
Hide file tree
Showing 86 changed files with 0 additions and 37,990 deletions.
8 changes: 0 additions & 8 deletions src/ege_head.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,7 @@
#define EGE_GDIPLUS // 使用gdi+函数扩展

#ifdef EGE_GDIPLUS
#ifdef _MSC_VER
# include <gdiplus.h>
#else
# if __GNUC__ == 3
# include "gdiplus3/gdiplus.h"
# elif __GNUC__ >= 4
# include "gdiplus4/gdiplus.h"
# endif
#endif
#endif

#define QUEUE_LEN 1024
Expand Down
81 changes: 0 additions & 81 deletions src/gdiplus3/gdiplus.h

This file was deleted.

54 changes: 0 additions & 54 deletions src/gdiplus3/gdiplusbase.h

This file was deleted.

Loading

0 comments on commit 2bd6a5c

Please sign in to comment.