diff loader/dmo/DMO_AudioDecoder.c @ 22607:b99edbf76db4

Use explicit path for headers from the dshow/ subdirectory.
author diego
date Thu, 15 Mar 2007 22:38:13 +0000
parents 2934974c366a
children 450bb2a75cba
line wrap: on
line diff
--- a/loader/dmo/DMO_AudioDecoder.c	Thu Mar 15 22:34:45 2007 +0000
+++ b/loader/dmo/DMO_AudioDecoder.c	Thu Mar 15 22:38:13 2007 +0000
@@ -9,7 +9,7 @@
 #include "audiodecoder.h"
 #include "except.h"
 #else
-#include "libwin32.h"
+#include "dshow/libwin32.h"
 #ifdef WIN32_LOADER
 #include "ldt_keeper.h"
 #endif