changeset 15690:1b3f0f7aa994

match the declaration in the includes to make it compile with gcc 4.1, patch by Gianluigi Tiesi <mplayer at netfarm.it>
author faust3
date Tue, 07 Jun 2005 13:39:41 +0000
parents 80494fefb7ea
children 0a07aa511c2a
files libvo/vo_directx.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_directx.c	Tue Jun 07 13:36:21 2005 +0000
+++ b/libvo/vo_directx.c	Tue Jun 07 13:39:41 2005 +0000
@@ -95,12 +95,12 @@
  * Defining them here allows us to get rid of the dxguid library during
  * the linking stage.
  *****************************************************************************/
-static const GUID IID_IDirectDraw7 =
+const GUID IID_IDirectDraw7 =
 {
 	0x15e65ec0,0x3b9c,0x11d2,{0xb9,0x2f,0x00,0x60,0x97,0x97,0xea,0x5b}
 };
 
-static const GUID IID_IDirectDrawColorControl =
+const GUID IID_IDirectDrawColorControl =
 {
 	0x4b9f0ee0,0x0d7e,0x11d0,{0x9b,0x06,0x00,0xa0,0xc9,0x03,0xa3,0xb8}
 };