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.

37 lines
867 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1998
  6. //
  7. // File: wdmaud.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifdef UNDER_NT // NT 32-bit driver
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_DRV
  14. #define VER_FILESUBTYPE VFT2_DRV_SOUND
  15. #define VER_FILEDESCRIPTION_STR "WDM Audio driver mapper"
  16. #define VER_INTERNALNAME_STR "WDMAUD.DRV"
  17. #define VER_ORIGINALFILENAME_STR "WDMAUD.DRV"
  18. #include "common.ver"
  19. #else // MEMPHIS 16-bit driver
  20. ;-------------------------------------------------------
  21. ;
  22. ; This is a NUL RC file except for version info.
  23. ;
  24. ; (C) Copyright MICROSOFT Corp. 1993
  25. ;
  26. #include <windows.h>
  27. #include "wdmaud.rcv"
  28. #endif