home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / audio / idfedit / idfedit.rcv < prev    next >
Text File  |  1996-07-16  |  919b  |  32 lines

  1. //************************************************************************
  2. //**
  3. //**  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. //**  ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
  5. //**  TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR
  6. //**  A PARTICULAR PURPOSE.
  7. //**
  8. //**  Copyright (C) 1993 - 1996 Microsoft Corporation. All Rights Reserved.
  9. //**
  10. //**  instedit.rcv
  11. //**
  12. //**  DESCRIPTION:
  13. //**
  14. //**
  15. //**  HISTORY:
  16. //**     06/30/93          created.
  17. //**
  18. //************************************************************************
  19.  
  20. #ifndef WIN32
  21. #include <ver.h>
  22. #endif
  23.  
  24. #include <verinfo.h>
  25.  
  26. #define VERSIONNAME               "idfedit.exe\0"
  27. #define VERSIONDESCRIPTION        "MIDI Instrument Definition Editor\0"
  28. #define VERSIONTYPE               VFT_APP
  29. #define VERSIONSUBTYPE            VFT2_UNKNOWN
  30.  
  31. #include <verinfo.ver>
  32.