Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
777 B

  1. //************************************************************************
  2. //**
  3. //** dmusic16.rc
  4. //**
  5. //** Copyright (c) 1992-1998 Microsoft Corporation
  6. //**
  7. //** DESCRIPTION:
  8. //**
  9. //** HISTORY:
  10. //** 04/10/93 [t-kyleb]
  11. //**
  12. //************************************************************************
  13. #include <windows.h>
  14. #include <ver.h>
  15. #include "res.h"
  16. #include <windows.h>
  17. #define VERSIONNAME "dmusic16.dll\0"
  18. #define VERSIONDESCRIPTION "Microsoft DirectMusic Legacy Port (16-bit thunk peer)\0"
  19. #define VERSIONTYPE VFT_DLL
  20. #define VERSIONSUBTYPE VFT2_UNKNOWN
  21. #include <verinfo.h>
  22. #include <verinfo.ver>
  23. STRINGTABLE MOVEABLE DISCARDABLE
  24. BEGIN
  25. IDS_DMUSIC16, "DirectMusic 16-bit sequencer"
  26. END