~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to lib/include/region.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-07-30 12:56:49 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730125649-97sfj5li8axiseoo
Tags: 2009.07.22-179896-2
* Temporarily building without dumbnet, the recently uploaded
  new dumbnet upstream version broke down (Closes: #539006).
* Using more common name to store local debian additions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
#define NullBox ((BoxPtr)0)
92
92
#define NullRegion ((RegionPtr)0)
93
93
 
94
 
#define R_MAXSHORT 32767
95
 
#define R_MINSHORT (-R_MAXSHORT)
 
94
#define R_MAXSHORT SHRT_MAX
 
95
#define R_MINSHORT SHRT_MIN
96
96
 
97
97
#define R_MAXINT 0x7FFFFFFF
98
98
#define R_MININT 0x8FFFFFFF