diff loader/dshow/DS_Filter.c @ 30170:008338d7679f

Drop -Iloader from CPPFLAGS for the loader subdirectory. Instead use full relative paths in #includes.
author diego
date Mon, 04 Jan 2010 20:32:23 +0000
parents 0f1b5b68af32
children 31a00b2a621f
line wrap: on
line diff
--- a/loader/dshow/DS_Filter.c	Mon Jan 04 19:56:28 2010 +0000
+++ b/loader/dshow/DS_Filter.c	Mon Jan 04 20:32:23 2010 +0000
@@ -5,12 +5,12 @@
 
 #include "config.h"
 #include "DS_Filter.h"
-#include "drv.h"
-#include "com.h"
+#include "loader/drv.h"
+#include "loader/com.h"
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include "win32.h" // printf macro
+#include "loader/win32.h" // printf macro
 
 typedef long STDCALL (*GETCLASS) (const GUID*, const GUID*, void**);