home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / BLBERR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  344 b   |  15 lines

  1. #ifndef __SDPBLB_ERROR_CODES__
  2. #pragma option push -b -a8 -pc -A- /*P_O_Push_S*/
  3. #define __SDPBLB_ERROR_CODES__
  4.  
  5. #include <sdperr.h>
  6.  
  7. // First four bits - SEVERITY(11), CUSTOMER FLAG(1), RESERVED(0)
  8. #define SDPBLB_CONF_BLOB_DESTROYED                  0xe0000300
  9.  
  10.  
  11.  
  12. #pragma option pop /*P_O_Pop*/
  13. #endif // __SDPBLB_ERROR_CODES__
  14.  
  15.