summaryrefslogtreecommitdiffstats
path: root/dxsdk
diff options
context:
space:
mode:
Diffstat (limited to 'dxsdk')
-rw-r--r--dxsdk/Include/control.h1
-rw-r--r--dxsdk/Include/errors.h2
-rw-r--r--dxsdk/Include/strmif.h1
3 files changed, 1 insertions, 3 deletions
diff --git a/dxsdk/Include/control.h b/dxsdk/Include/control.h
index caf33d5a..906fbc4f 100644
--- a/dxsdk/Include/control.h
+++ b/dxsdk/Include/control.h
@@ -150,7 +150,6 @@ typedef interface IAMStats IAMStats;
extern "C"{
#endif
-void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
diff --git a/dxsdk/Include/errors.h b/dxsdk/Include/errors.h
index d89a0a1f..cee756fb 100644
--- a/dxsdk/Include/errors.h
+++ b/dxsdk/Include/errors.h
@@ -24,7 +24,7 @@ extern "C" {
#define VFW_FIRST_CODE 0x200
#define MAX_ERROR_TEXT_LEN 160
-#include <VFWMSGS.H> // includes all message definitions
+#include <vfwmsgs.h> // includes all message definitions
typedef BOOL (WINAPI* AMGETERRORTEXTPROCA)(HRESULT, char *, DWORD);
typedef BOOL (WINAPI* AMGETERRORTEXTPROCW)(HRESULT, WCHAR *, DWORD);
diff --git a/dxsdk/Include/strmif.h b/dxsdk/Include/strmif.h
index 0f8dfc60..600105e7 100644
--- a/dxsdk/Include/strmif.h
+++ b/dxsdk/Include/strmif.h
@@ -862,7 +862,6 @@ typedef interface IVPManager IVPManager;
extern "C"{
#endif
-void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
/* interface __MIDL_itf_strmif_0000 */