From 2115faec3867ada3a07aa7900ea0a871529343f3 Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Sun, 30 Jun 2019 12:53:39 +0200 Subject: Cleanup project a bit --- dxsdk/Include/control.h | 1 - dxsdk/Include/errors.h | 2 +- dxsdk/Include/strmif.h | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'dxsdk/Include') 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 // includes all message definitions +#include // 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 */ -- cgit v1.2.3