diff loader/dmo/dmo.c @ 26999:0b21ffa03b9c

Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can conflict with the header by the same name in loader/wine/driver.h.
author diego
date Sun, 08 Jun 2008 10:43:30 +0000
parents b70f5ac9c001
children 1e6d3a382e7b
line wrap: on
line diff
--- a/loader/dmo/dmo.c	Sun Jun 08 10:41:09 2008 +0000
+++ b/loader/dmo/dmo.c	Sun Jun 08 10:43:30 2008 +0000
@@ -5,7 +5,7 @@
 
 #include "config.h"
 #include "DMO_Filter.h"
-#include "driver.h"
+#include "drv.h"
 #include "com.h"
 #include <stdio.h>
 #include <stdlib.h>