home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / SOFTWARE / SOURCES / UNZIP52.ZIP / wizdll / wizdll.h (.txt) < prev    next >
C/C++ Source or Header  |  1996-02-08  |  102b  |  9 lines

  1. #ifndef _WIZDLL_H
  2. #define _WIZDLL_H
  3.  
  4. #define DLL_MAJOR 1
  5. #define DLL_MINOR 0
  6.  
  7. #endif /* _WIZDLL_H */
  8.  
  9.