mirror of https://github.com/tongzx/nt5src
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.
14 lines
301 B
14 lines
301 B
// MMComp.cpp : Implementation of DLL Exports.
|
|
|
|
|
|
#include "windows.h"
|
|
#include "playres.h"
|
|
#include "objbase.h"
|
|
#include "initguid.h"
|
|
#include "cdplay.h"
|
|
#include "tchar.h"
|
|
|
|
HINSTANCE g_dllInst = NULL;
|
|
|
|
const CLSID CLSID_CDPlay = {0xE5927147,0x521E,0x11D1,{0x9B,0x97,0x00,0xC0,0x4F,0xA3,0xB6,0x0E}};
|
|
|