windows-nt/Source/XPSP1/NT/multimedia/media/deluxe2/cdplay/mmcomp.cpp
2020-09-26 16:20:57 +08:00

15 lines
301 B
C++

// 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}};