home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / mtek004.zip / global.h < prev    next >
C/C++ Source or Header  |  1997-09-16  |  361b  |  22 lines

  1. /*
  2.    global.h
  3.  
  4.    Global #defines for mtekscan
  5.  
  6.    Copyright (c) 1996,1997 Jan Schoenepauck / Fast Forward Productions
  7.    <schoenep@uni-wuppertal.de>
  8.  
  9.    $Id: global.h 1.1 1997/09/13 02:45:10 parent Exp $
  10. */
  11.  
  12.  
  13. #ifndef _GLOBAL_H
  14. #define _GLOBAL_H
  15.  
  16. /* Symbolic names for exit values */
  17. #define RET_FAIL    -1
  18. #define RET_SUCCESS  0
  19.  
  20.  
  21. #endif
  22.