This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
image: fix a compilation error caused by the GDI+ system headers.
undefined
Sam Hocevar
10 years ago
parent
52cd11358e
commit
caabc35cb1
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/image/codec/gdiplus-image.cpp
+ 2
- 0
src/image/codec/gdiplus-image.cpp
View File
@@ -15,6 +15,8 @@
#if defined USE_GDIPLUS
#include <algorithm>
using std::min;
using std::max;
#include <windows.h>
#include <gdiplus.h>
Write
Preview
Loading…
Cancel
Save