mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
873 B

  1. --- ./qcadlib/src/filters/rs_filtercxf.h.orig 2004-09-11 05:17:51.961336120 +0200
  2. +++ ./qcadlib/src/filters/rs_filtercxf.h 2004-09-11 05:14:22.931113544 +0200
  3. @@ -28,6 +28,8 @@
  4. #ifndef RS_FILTERCXF_H
  5. #define RS_FILTERCXF_H
  6. +#undef min
  7. +#undef max
  8. #include <fstream>
  9. #include "rs_filterinterface.h"
  10. --- ./qcadlib/src/filters/rs_filterdxf.h.orig 2004-09-11 05:17:36.443695160 +0200
  11. +++ ./qcadlib/src/filters/rs_filterdxf.h 2004-09-11 05:13:50.997968120 +0200
  12. @@ -44,6 +44,8 @@
  13. #include "rs_image.h"
  14. #include "dl_creationinterface.h"
  15. +#undef min
  16. +#undef max
  17. #include "dl_dxf.h"
  18. --- ./qcad/src/qc_applicationwindow.cpp.orig 2004-09-11 05:39:43.001027792 +0200
  19. +++ ./qcad/src/qc_applicationwindow.cpp 2004-09-11 05:40:19.329505024 +0200
  20. @@ -26,6 +26,8 @@
  21. #include "qc_applicationwindow.h"
  22. +#undef min
  23. +#undef max
  24. #include <fstream>
  25. #include <qaccel.h>