ekiga r7653 - in trunk: . win32/directx
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7653 - in trunk: . win32/directx
- Date: Wed, 11 Feb 2009 20:27:05 +0000 (UTC)
Author: dsandras
Date: Wed Feb 11 20:27:05 2009
New Revision: 7653
URL: http://svn.gnome.org/viewvc/ekiga?rev=7653&view=rev
Log:
Fixed mingw32 compilation thanks to Michael Cronenworth
<mike cchtml com>. Thanks a lot!
Modified:
trunk/ChangeLog
trunk/win32/directx/dxerr9.h
trunk/win32/directx/ksuuids.h
trunk/win32/directx/strmif.h
Modified: trunk/win32/directx/dxerr9.h
==============================================================================
--- trunk/win32/directx/dxerr9.h (original)
+++ trunk/win32/directx/dxerr9.h Wed Feb 11 20:27:05 2009
@@ -9,6 +9,8 @@
#ifndef _DXERR9_H_
#define _DXERR9_H_
+#include <windows.h>
+
#ifdef __cplusplus
extern "C" {
#endif //__cplusplus
Modified: trunk/win32/directx/ksuuids.h
==============================================================================
--- trunk/win32/directx/ksuuids.h (original)
+++ trunk/win32/directx/ksuuids.h Wed Feb 11 20:27:05 2009
@@ -7,6 +7,7 @@
// Copyright (c) 1992 - 2002, Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------
+#include <uuids.h>
//
// --- MPEG 2 definitions ---
Modified: trunk/win32/directx/strmif.h
==============================================================================
--- trunk/win32/directx/strmif.h (original)
+++ trunk/win32/directx/strmif.h Wed Feb 11 20:27:05 2009
@@ -20549,6 +20549,7 @@
/* interface __MIDL_itf_strmif_0361 */
/* [local] */
+#if 0
#ifdef __cplusplus
#ifndef _IAMFilterGraphCallback_
#define _IAMFilterGraphCallback_
@@ -20563,6 +20564,7 @@
};
#endif // _IAMFilterGraphCallback_
#endif
+#endif
struct CodecAPIEventData
{
GUID guid;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]