shorten long names for msvc

This commit is contained in:
Efi Fogel 2002-04-24 12:43:47 +00:00
parent 5f92d455d9
commit 9f3be96e8f
1 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,18 @@
// examples/Sweep_line/example5.C
// ------------------------------
#if defined(CGAL_CFG_NO_LONGNAME_PROBLEM) || defined(_MSC_VER)
#define Quotient Qt
#define Cartesian Cn
#define Arr_segment_exact_traits AST
#define Pm_default_dcel PmDD
#define X_curve_plus_id XCPI
#define allocator All
#define Sweep_curves_to_subcurves_utils SCSU
#define Sweep_curves_base_2 SCB
#define Intersection_point_node IPN
#endif
#include <CGAL/Cartesian.h>
#include <CGAL/MP_Float.h>
#include <CGAL/Quotient.h>