diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-03-23 13:58:48 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-03-23 13:58:48 +0000 |
| commit | 28821fb5242b7257a9bbdb81a951844fad538cfa (patch) | |
| tree | 69619f09b03c879825d69f98e5e3f6b184e4daa9 /buildtool.cpp | |
| parent | gradient midpoint dragging: fix terrible bug in the code (don't know it's phe... (diff) | |
| download | inkscape-28821fb5242b7257a9bbdb81a951844fad538cfa.tar.gz inkscape-28821fb5242b7257a9bbdb81a951844fad538cfa.zip | |
fix build with newer mingw64 (#define clashes ...)
(bzr r13187)
Diffstat (limited to 'buildtool.cpp')
| -rw-r--r-- | buildtool.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildtool.cpp b/buildtool.cpp index 7ef10c87d..3f680e48c 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -62,6 +62,8 @@ #ifdef __WIN32__ +#define WIN32_LEAN_AND_MEAN +#define NOGDI #include <windows.h> #endif |
