Passed GENERAL_ERROR_BASE from LONG_MIN to INT_MIN (errors are uint32).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21475 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2007-06-20 21:58:02 +00:00
parent bb36f69fd0
commit 2d6d529814
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
/*-------------------------------------------------------------*/
/*----- Error baselines ---------------------------------------*/
#define B_GENERAL_ERROR_BASE LONG_MIN
#define B_GENERAL_ERROR_BASE INT_MIN
#define B_OS_ERROR_BASE B_GENERAL_ERROR_BASE + 0x1000
#define B_APP_ERROR_BASE B_GENERAL_ERROR_BASE + 0x2000
#define B_INTERFACE_ERROR_BASE B_GENERAL_ERROR_BASE + 0x3000

View File

@ -10,7 +10,7 @@
/* Error baselines */
#define FSSH_B_GENERAL_ERROR_BASE LONG_MIN
#define FSSH_B_GENERAL_ERROR_BASE INT_MIN
#define FSSH_B_OS_ERROR_BASE FSSH_B_GENERAL_ERROR_BASE + 0x1000
#define FSSH_B_APP_ERROR_BASE FSSH_B_GENERAL_ERROR_BASE + 0x2000
#define FSSH_B_INTERFACE_ERROR_BASE FSSH_B_GENERAL_ERROR_BASE + 0x3000