[vlc-commits] glwin32: remove unneeded includes and defines
Jean-Baptiste Kempf
git at videolan.org
Wed Sep 11 13:42:26 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 11 13:42:12 2013 +0200| [c2aab37ebab408a4dd9fb95f7ab0560a43c9d6f7] | committer: Jean-Baptiste Kempf
glwin32: remove unneeded includes and defines
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2aab37ebab408a4dd9fb95f7ab0560a43c9d6f7
---
modules/video_output/msw/glwin32.c | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/modules/video_output/msw/glwin32.c b/modules/video_output/msw/glwin32.c
index 8bd0f21..489581b 100644
--- a/modules/video_output/msw/glwin32.c
+++ b/modules/video_output/msw/glwin32.c
@@ -29,18 +29,11 @@
#include <vlc_vout_display.h>
#include <windows.h>
-#include <ddraw.h>
-#include <commctrl.h>
-
-#undef GetSystemMetrics
-
-#ifndef MONITOR_DEFAULTTONEAREST
-# define MONITOR_DEFAULTTONEAREST 2
-#endif
#define GLEW_STATIC
#include "../opengl.h"
#include <GL/wglew.h>
+
#include "common.h"
/*****************************************************************************
More information about the vlc-commits
mailing list