]> git.pld-linux.org Git - packages/fltk2.git/blob - fltk2-gcc43.patch
- bconds should be the very first thing, moved defines and includes after them
[packages/fltk2.git] / fltk2-gcc43.patch
1 --- fltk-2.0.x-r6671.orig/src/Image.cxx 2009-04-10 16:07:34.000000000 +0200
2 +++ fltk-2.0.x-r6671/src/Image.cxx      2009-04-10 16:03:22.000000000 +0200
3 @@ -20,6 +20,7 @@
4  // Please report all bugs and problems to "fltk-bugs@fltk.org".
5  
6  #include <config.h>
7 +#include <cstring>
8  #include <fltk/Image.h>
9  #include <fltk/Widget.h>
10  #include <fltk/events.h>
11 --- fltk-2.0.x-r6671.orig/src/setcolor.cxx      2009-04-10 16:07:19.000000000 +0200
12 +++ fltk-2.0.x-r6671/src/setcolor.cxx   2009-04-10 16:08:27.000000000 +0200
13 @@ -24,6 +24,7 @@
14  #include <fltk/Color.h>
15  #include <fltk/draw.h>
16  #include <config.h>
17 +#include <cstring>
18  #if defined(_WIN32) && USE_STOCK_BRUSH && _WIN32_WINNT<0x0500
19  # undef _WIN32_WINNT
20  # define _WIN32_WINNT 0x0500
This page took 0.073638 seconds and 3 git commands to generate.