diff options
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/win/wincommon.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/avmedia/source/win/wincommon.hxx b/avmedia/source/win/wincommon.hxx index 943d3f6d159d..c2d3962ce400 100644 --- a/avmedia/source/win/wincommon.hxx +++ b/avmedia/source/win/wincommon.hxx @@ -4,9 +4,9 @@ * * $RCSfile: wincommon.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:46:26 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:59:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,8 +39,8 @@ #ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> #endif -#ifndef __RTL_USTRING_ -#include <rtl/ustring> +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif #ifndef _DEBUG_HXX #include <tools/debug.hxx> |