home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / MSINC.PAK / OLE2VER.H < prev    next >
Text File  |  1995-08-29  |  438b  |  28 lines

  1. /*
  2.  *      C/C++ Run Time Library - Version 6.5
  3.  *
  4.  *      Copyright (c) 1994 by Borland International
  5.  *      All Rights Reserved.
  6.  *
  7.  */
  8.  
  9. #if !defined(__OLE2VER_H)
  10. #define __OLE2VER_H
  11.  
  12. #define rmm             23
  13. #define rup             639
  14.  
  15.  
  16. #if !defined(__FLAT__)
  17.  
  18.  
  19. #define rmj             0
  20. #define szVerName       ""
  21. #define szVerUser       "Y-OLEBLD"
  22.  
  23.  
  24. #endif  /* !__FLAT__ */
  25.  
  26.  
  27. #endif  /* __OLE2VER_H */
  28.