mirror of
https://github.com/Echelon9/cxbx-shogun.git
synced 2025-04-02 10:41:47 -04:00
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@147 587435c2-1f12-0410-b34b-ee784db558a2
12 lines
177 B
C
12 lines
177 B
C
|
|
#ifndef _LIMITS
|
|
#define _LIMITS
|
|
|
|
|
|
|
|
#define LONG_MIN (-2147483647-1)
|
|
#define LONG_MAX (2147483647)
|
|
#define ULONG_MAX (0xffffffff)
|
|
|
|
|
|
#endif // _LIMITS
|