From a4ce4a23b7a74229e12930c68d182a698976305a Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 Jan 2010 20:32:23 +0000 Subject: Drop -Iloader from CPPFLAGS for the loader subdirectory. Instead use full relative paths in #includes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30212 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dshow/libwin32.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'loader/dshow/libwin32.h') diff --git a/loader/dshow/libwin32.h b/loader/dshow/libwin32.h index 70d5e0f006..dd25c31941 100644 --- a/loader/dshow/libwin32.h +++ b/loader/dshow/libwin32.h @@ -6,10 +6,10 @@ #include //#define FATAL(a) // you don't need exception - if you want - just fill more code -#include "wine/mmreg.h" -#include "wine/winreg.h" -#include "wine/vfw.h" -#include "com.h" +#include "loader/wine/mmreg.h" +#include "loader/wine/winreg.h" +#include "loader/wine/vfw.h" +#include "loader/com.h" typedef uint32_t fourcc_t; -- cgit v1.2.3