home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / ver.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  113b  |  5 lines

  1. #ifndef RC_INVOKED
  2. #pragma message ("VER.H obsolete, including WINVER.H instead")
  3. #endif
  4. #include <winver.h>
  5.