diff loader/dshow/guids.h @ 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 a8ea87c71d18
children d0b5ec16fb23
line wrap: on
line diff
--- a/loader/dshow/guids.h	Mon Jan 04 19:56:28 2010 +0000
+++ b/loader/dshow/guids.h	Mon Jan 04 20:32:23 2010 +0000
@@ -7,13 +7,13 @@
 */
 
 #ifndef GUID_DEFINED
-#include "com.h"
+#include "loader/com.h"
 #endif
 
 #ifndef VFWAPI
-#include "wine/module.h"
-#include "wine/windef.h"
-#include "wine/vfw.h"
+#include "loader/wine/module.h"
+#include "loader/wine/windef.h"
+#include "loader/wine/vfw.h"
 #endif
 
 #include "mediatype.h"