mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00

In this folder will contain all header that is compatible with dxsdk 2004 dec. later I will upgrade this folder file to more resent dxsdk headers. svn path=/trunk/; revision=26343
19 lines
219 B
C
19 lines
219 B
C
|
|
#ifndef __DMO_H__
|
|
#define __DMO_H__
|
|
|
|
#include "mediaerr.h"
|
|
|
|
#ifdef FIX_LOCK_NAME
|
|
#define Lock DMOLock
|
|
#endif
|
|
|
|
#include "mediaobj.h"
|
|
|
|
#ifdef FIX_LOCK_NAME
|
|
#undef Lock
|
|
#endif
|
|
|
|
#include "dmoreg.h"
|
|
#include "dmort.h"
|
|
|