~ubuntu-branches/ubuntu/utopic/tesseract/utopic-proposed

« back to all changes in this revision

Viewing changes to cube/cube_const.h

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2012-10-23 23:25:05 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121023232505-01pfq6trlgqtagwj
Tags: 3.02.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#define HIST_WND_RATIO    0.1f
33
33
#define SEG_PT_WND_RATIO  0.1f
34
34
 
35
 
#ifdef __MSW32__
 
35
#ifdef _WIN32
36
36
#ifdef __GNUC__
37
37
#include <climits>
38
38
#endif