summaryrefslogtreecommitdiffstats
path: root/dxsdk/Include
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2019-06-30 12:53:39 +0200
committerFilip Gawin <filip.gawin@zoho.com>2019-06-30 12:56:50 +0200
commit2115faec3867ada3a07aa7900ea0a871529343f3 (patch)
treee168d9dc0fdccb8062055a2fc312fb39f8ea3b0c /dxsdk/Include
parentfix (diff)
downloadre3-2115faec3867ada3a07aa7900ea0a871529343f3.tar
re3-2115faec3867ada3a07aa7900ea0a871529343f3.tar.gz
re3-2115faec3867ada3a07aa7900ea0a871529343f3.tar.bz2
re3-2115faec3867ada3a07aa7900ea0a871529343f3.tar.lz
re3-2115faec3867ada3a07aa7900ea0a871529343f3.tar.xz
re3-2115faec3867ada3a07aa7900ea0a871529343f3.tar.zst
re3-2115faec3867ada3a07aa7900ea0a871529343f3.zip
Diffstat (limited to 'dxsdk/Include')
-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 */