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.

32 lines
780 B

  1. //************************************************************************
  2. //**
  3. //** midimap.rc
  4. //**
  5. //** Copyright (c) 1992-1998 Microsoft Corporation
  6. //**
  7. //** DESCRIPTION:
  8. //** Contains resource definitions for midimap.drv
  9. //**
  10. //** HISTORY:
  11. //** 04/10/93 [t-kyleb]
  12. //**
  13. //************************************************************************
  14. #include "preclude.h"
  15. #include <windows.h>
  16. #include "res.h"
  17. #include "midimap.rcv"
  18. MIDI_ICON_1 ICON midi.ico
  19. STRINGTABLE MOVEABLE DISCARDABLE
  20. BEGIN
  21. //
  22. // this string is returned from the midiOutGetDevCaps call--it's returned
  23. // in the szPname field
  24. //
  25. // IDS_MIDIMAPPER : max chars=30 (MIDIOUTCAPS.szPname)
  26. //
  27. IDS_MIDIMAPPER, "Microsoft MIDI Mapper"
  28. END