#include ///////////////////////////////////////////////////////////////////////////// // Version stamp for this .EXE #ifndef _MAC #include #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 #endif // !_MAC // Include the message table resource script // generated by the message compiler (MC) #include "NTServMsg.rc"