aboutsummaryrefslogtreecommitdiffstats
path: root/devel/qtez/files/patch-ae
blob: 5449e51994529094de30c5760c489c2162dda9e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/attributes/DoubleItem.cpp.orig  Thu Jun 22 15:56:42 2000
+++ src/attributes/DoubleItem.cpp   Thu Sep 14 01:02:17 2000
@@ -6,16 +6,17 @@
  */
 
 #include "DoubleItem.h"
-#include "values.h"
 #include <qlineedit.h>
 #include <qvalidator.h>
 
 #ifdef SunOS_i86pc
  #define MININT (-MAXINT - 1)
-#elif defined(_OS_WIN32_)
+#elif defined(_OS_WIN32_) || defined(__FreeBSD__)
  #include "limits.h"
  #define MININT INT_MIN
  #define MAXINT INT_MAX
+#else
+ #include "values.h"
 #endif
 
 //*********************************************************************