summaryrefslogtreecommitdiff
path: root/third_party/BaseClasses/ddmm.h
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2012-04-19 06:36:57 +0000
committerLiong Sauw Ming <ming@teluu.com>2012-04-19 06:36:57 +0000
commit7873aff384696ef64669c51d0b5457d206536a28 (patch)
tree55051a3a80cb6075c5f91e01770ddbc89d3a1ea7 /third_party/BaseClasses/ddmm.h
parentbe78f596a56580ae6984895355168376d49d9099 (diff)
Re #1276: Integrate BaseClasses with the project and remove unnecessary classes
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4062 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/BaseClasses/ddmm.h')
-rw-r--r--third_party/BaseClasses/ddmm.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/third_party/BaseClasses/ddmm.h b/third_party/BaseClasses/ddmm.h
deleted file mode 100644
index 7b311bc1..00000000
--- a/third_party/BaseClasses/ddmm.h
+++ /dev/null
@@ -1,28 +0,0 @@
-//------------------------------------------------------------------------------
-// File: DDMM.h
-//
-// Desc: DirectShow base classes - efines routines for using DirectDraw
-// on a multimonitor system.
-//
-// Copyright (c) 1995-2001 Microsoft Corporation. All rights reserved.
-//------------------------------------------------------------------------------
-
-
-#ifdef __cplusplus
-extern "C" { /* Assume C declarations for C++ */
-#endif /* __cplusplus */
-
-// DDRAW.H might not include these
-#ifndef DDENUM_ATTACHEDSECONDARYDEVICES
-#define DDENUM_ATTACHEDSECONDARYDEVICES 0x00000001L
-#endif
-
-typedef HRESULT (*PDRAWCREATE)(IID *,LPDIRECTDRAW *,LPUNKNOWN);
-typedef HRESULT (*PDRAWENUM)(LPDDENUMCALLBACKA, LPVOID);
-
-IDirectDraw * DirectDrawCreateFromDevice(__in_opt LPSTR, PDRAWCREATE, PDRAWENUM);
-IDirectDraw * DirectDrawCreateFromDeviceEx(__in_opt LPSTR, PDRAWCREATE, LPDIRECTDRAWENUMERATEEXA);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */