diff loader/dmo/buffer.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 2c8cdb9123b8
children 9fc9d1e788aa
line wrap: on
line diff
--- a/loader/dmo/buffer.c	Mon Jan 04 19:56:28 2010 +0000
+++ b/loader/dmo/buffer.c	Mon Jan 04 20:32:23 2010 +0000
@@ -1,7 +1,7 @@
 #include "DMO_Filter.h"
 
-#include "wine/winerror.h"
-#include "wine/windef.h"
+#include "loader/wine/winerror.h"
+#include "loader/wine/windef.h"
 
 #include <stdio.h>
 #include <string.h>