home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / VER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  199 b   |  8 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push_S*/
  2. #ifndef RC_INVOKED
  3.   #pragma message ("VER.H obsolete, include WINVER.H instead.")
  4. #endif
  5.  
  6. #include <winver.h>
  7. #pragma option pop /*P_O_Pop*/
  8.