home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / C / OOPSV / OOPSLIB.ZIP / OOLIBVER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-26  |  164 b   |  8 lines

  1. #ifndef _OOPS_LIB_VER
  2. #define _OOPS_LIB_VER
  3.  
  4. /* Utilise pour verifier que la bonne version de la librairie est utilisee */
  5. #define STATE_LIB_VER 100
  6.  
  7. #endif
  8.