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.
22 lines
555 B
22 lines
555 B
// Copyright (c) 1992-1999 Microsoft Corporation
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Terminal Server MultiMedia Driver"
|
|
#define VER_INTERNALNAME_STR "rdpsnd.dll"
|
|
#define VER_ORIGINALFILENAME_STR "rdpsnd.dll"
|
|
|
|
#include <common.ver>
|
|
|
|
#include "rdpsnd.h"
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_DRIVER_NAME
|
|
L"Microsoft RDP Audio Driver"
|
|
IDS_VOLUME_NAME
|
|
L"Audio Volume"
|
|
END
|