summaryrefslogtreecommitdiffstats
path: root/dxsdk/Include/dmo.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-08-02 18:36:50 +0200
committerSergeanur <s.anureev@yandex.ua>2020-08-02 18:36:50 +0200
commita786dd45a4ebc6b91936b5e46d0ef0a9befc05af (patch)
treeced50966eaaf373f8733547046baf2bdc558662d /dxsdk/Include/dmo.h
parentMerge branch 'master' of https://github.com/GTAmodding/re3 into erorcun (diff)
downloadre3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar
re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar.gz
re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar.bz2
re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar.lz
re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar.xz
re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar.zst
re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.zip
Diffstat (limited to 'dxsdk/Include/dmo.h')
-rw-r--r--dxsdk/Include/dmo.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/dxsdk/Include/dmo.h b/dxsdk/Include/dmo.h
deleted file mode 100644
index 30cc2e9d..00000000
--- a/dxsdk/Include/dmo.h
+++ /dev/null
@@ -1,29 +0,0 @@
-//------------------------------------------------------------------------------
-// File: DMO.h
-//
-// Desc: Headers needed by almost all DMOs.
-//
-// Copyright (c) 1999 - 2001, Microsoft Corporation. All rights reserved.
-//------------------------------------------------------------------------------
-
-
-#ifndef __DMO_H__
-#define __DMO_H__
-
-
-#include "mediaerr.h"
-
-// When using ATL we get collisions on Lock, so in this case rename
-// IMediaObject::Lock to IMediaObject::DMOLock
-
-#ifdef FIX_LOCK_NAME
-#define Lock DMOLock
-#endif
-#include "mediaobj.h"
-#ifdef FIX_LOCK_NAME
-#undef Lock
-#endif
-#include "dmoreg.h"
-#include "dmort.h"
-
-#endif //__DMO_H__