~zaka62/kicad/zaka-workspace

« back to all changes in this revision

Viewing changes to include/fctsys.h

  • Committer: zaka62
  • Author(s): Kicad developers team.
  • Date: 2012-05-04 16:10:32 UTC
  • mfrom: (3480.1.60 testing)
  • Revision ID: zaka62@mail.ru-20120504161032-c5lnbcyhhbt9fn4z
Merge upstream changes from the 3540 commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#define M_PI 3.141592653
30
30
#endif
31
31
 
32
 
#define PCB_INTERNAL_UNIT      10000    //  PCBNEW internal unit = 1/10000 inch
33
 
#define EESCHEMA_INTERNAL_UNIT 1000     //  EESCHEMA internal unit = 1/1000 inch
34
 
 
35
32
#ifdef __WINDOWS__
36
33
#define DIR_SEP        '\\'
37
34
#define STRING_DIR_SEP wxT( "\\" )