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.
28 lines
720 B
28 lines
720 B
#include <windows.h>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Version stamp for this .EXE
|
|
|
|
#ifndef _MAC
|
|
|
|
#include <wmdm_ver.h>
|
|
#include "svchost.h"
|
|
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif // _WIN32
|
|
|
|
#define VER_WMDM_FILE_FILETYPE VFT_DLL
|
|
#define VER_WMDM_FILE_FILEDESCRIPTION_STR "Microsoft Media Device Service Provider\0"
|
|
#define VER_WMDM_FILE_INTERNALNAME_STR SERVICE_DLL_NAME
|
|
#define VER_WMDM_FILE_OLEREGISTER
|
|
#include <wmdm_ver.ver>
|
|
|
|
|
|
#endif // !_MAC
|
|
|
|
|
|
// Include the message table resource script
|
|
// generated by the message compiler (MC)
|
|
#include "NTServMsg.rc"
|