Commit e5463a91 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/directx/directx.c: compilation fix.
parent 6a4b7c06
......@@ -2,7 +2,7 @@
* vout.c: Windows DirectX video output display method
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: directx.c,v 1.27 2003/12/11 23:12:46 gbazin Exp $
* $Id: directx.c,v 1.28 2003/12/13 14:01:51 gbazin Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
......@@ -48,6 +48,10 @@
#include <multimon.h>
#undef GetSystemMetrics
#ifndef MONITOR_DEFAULTTONEAREST
# define MONITOR_DEFAULTTONEAREST 2
#endif
#include "vout.h"
/*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment