Commit 8e2f50d2 authored by Gildas Bazin's avatar Gildas Bazin

* src/misc/modules.c: compilation fix.

parent 91576fb0
......@@ -2,7 +2,7 @@
* modules.c : Builtin and plugin modules management functions
*****************************************************************************
* Copyright (C) 2001-2004 VideoLAN
* $Id: modules.c,v 1.147 2004/03/04 23:59:16 fenrir Exp $
* $Id$
*
* Authors: Sam Hocevar <sam@zoy.org>
* Ethan C. Baldridge <BaldridgeE@cadmus.com>
......@@ -107,6 +107,8 @@
#include "vlc_block.h"
#include "vlc_vlm.h"
#if defined( UNDER_CE )
# define MYCHAR wchar_t
#else
......
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