diff loader/afl.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 0f1b5b68af32
line wrap: on
line diff
--- a/loader/afl.c	Sun Jun 08 10:41:09 2008 +0000
+++ b/loader/afl.c	Sun Jun 08 10:43:30 2008 +0000
@@ -37,7 +37,7 @@
 #ifndef __MINGW32__
 #include "ext.h"
 #endif
-#include "driver.h"
+#include "drv.h"
 
 #include <stdio.h>
 #include <stdlib.h>