home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / PCBM102.ZIP / SOURCES.ZIP / INSTALL.H < prev    next >
C/C++ Source or Header  |  1994-01-22  |  469b  |  12 lines

  1. #define STRUV  0x01                /* La Version de la structure */
  2.  
  3. typedef struct InstallType          /* LA STRUCTURE DE CONFIG      */
  4. {
  5.         int   CrcTest       ;      /* Stuff integrity             */
  6.         int StruVer         ;      /* Version of this structure   */
  7.         long  CompilTime    ;      /* Time of program compilation */
  8.         char Signature[60]  ; /* Juste pour rire...                */
  9. } ;
  10.  
  11. extern struct InstallType Install;
  12.