[ekiga/gnome-2-26] DirectX fixes by Michael Rickmann
- From: Eugen Dedu <ededu src gnome org>
- To: svn-commits-list gnome org
- Subject: [ekiga/gnome-2-26] DirectX fixes by Michael Rickmann
- Date: Mon, 27 Apr 2009 12:35:57 -0400 (EDT)
commit 72fbe3f27ae28ba3c0cf73dddce9375b8382f688
Author: Julien Puydt <jpuydt gnome org>
Date: Sun Apr 26 14:30:04 2009 +0200
DirectX fixes by Michael Rickmann
Should make directx compilable again
---
win32/directx/uuids.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/win32/directx/uuids.h b/win32/directx/uuids.h
index 86e95c7..28713fe 100644
--- a/win32/directx/uuids.h
+++ b/win32/directx/uuids.h
@@ -18,6 +18,9 @@
// including this file. See wxdebug.cpp in sdk\classes\base.
//
+#ifndef __UUIDS_INCLUDED__
+#define __UUIDS_INCLUDED__
+
#ifndef OUR_GUID_ENTRY
#define OUR_GUID_ENTRY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8);
@@ -1517,3 +1520,5 @@ OUR_GUID_ENTRY(CODECAPI_CURRENTCHANGELIST,
#endif // __ENCODER_API_GUIDS__
#undef OUR_GUID_ENTRY
+
+#endif // __UUIDS_INCLUDED__
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]