Index: globalconst.h =================================================================== --- globalconst.h (revision 30902) +++ globalconst.h (revision 30903) @@ -33,7 +33,7 @@ #define PCB_LARGE_VALUE (COORD_MAX / 2 - 1) /* maximum extent of board and elements */ -#define PCB_MAX_COORD ((pcb_coord_t)PCB_LARGE_VALUE) /* coordinate limits */ +#define PCB_MAX_COORD ((rnd_coord_t)PCB_LARGE_VALUE) /* coordinate limits */ #define PCB_MIN_SIZE 0 #define PCB_MAX_LAYER 38 /* max number of layer, check source code for more changes, a *lot* more changes */ @@ -47,7 +47,7 @@ #define PCB_MAX_TEXTSCALE 10000 #define PCB_MIN_PINORVIASIZE PCB_MIL_TO_COORD(20) /* size of a pin or via */ #define PCB_MIN_PINORVIAHOLE PCB_MIL_TO_COORD(4) /* size of a pins or vias drilling hole */ -#define PCB_MAX_PINORVIASIZE ((pcb_coord_t)PCB_LARGE_VALUE) +#define PCB_MAX_PINORVIASIZE ((rnd_coord_t)PCB_LARGE_VALUE) #define PCB_MIN_PINORVIACOPPER PCB_MIL_TO_COORD(4) /* min difference outer-inner diameter */ #define PCB_MIN_GRID 1 #define PCB_MAX_FONTPOSITION 255 /* upper limit of characters in my font */