mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
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"
|
|
|