[ekiga] [windows] Fix compile error with mingw-w64
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] [windows] Fix compile error with mingw-w64
- Date: Mon, 27 Feb 2012 10:11:46 +0000 (UTC)
commit 0c7c750d13157955bc207f4ebc41c8c8b251c98c
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Mon Feb 27 11:10:43 2012 +0100
[windows] Fix compile error with mingw-w64
And mingw32 still compiles!
win32/directx/control.h | 3 ++-
win32/directx/strmif.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/win32/directx/control.h b/win32/directx/control.h
index caf33d5..5bf2aba 100644
--- a/win32/directx/control.h
+++ b/win32/directx/control.h
@@ -150,7 +150,8 @@ typedef interface IAMStats IAMStats;
extern "C"{
#endif
-void * __RPC_USER MIDL_user_allocate(size_t);
+// fix error with mingw-w64
+// void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
diff --git a/win32/directx/strmif.h b/win32/directx/strmif.h
index cca1e3d..1d83e2f 100644
--- a/win32/directx/strmif.h
+++ b/win32/directx/strmif.h
@@ -862,7 +862,8 @@ typedef interface IVPManager IVPManager;
extern "C"{
#endif
-void * __RPC_USER MIDL_user_allocate(size_t);
+// fix error with mingw-w64
+// void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
/* interface __MIDL_itf_strmif_0000 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]