diff loader/module.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 c99d53b76ee5
children 0f1b5b68af32
line wrap: on
line diff
--- a/loader/module.c	Sun Jun 08 10:41:09 2008 +0000
+++ b/loader/module.c	Sun Jun 08 10:43:30 2008 +0000
@@ -45,7 +45,7 @@
 #include "wine/elfdll.h"
 #endif
 #include "win32.h"
-#include "driver.h"
+#include "drv.h"
 
 #ifdef EMU_QTX_API
 #include "wrapper.h"