diff vidix/sysdep/pci_win32.c @ 26900:9ae10ac43d8c

Fix #include paths.
author diego
date Fri, 30 May 2008 19:14:04 +0000
parents 502f04b67653
children 4eb30f58ea41
line wrap: on
line diff
--- a/vidix/sysdep/pci_win32.c	Fri May 30 18:38:53 2008 +0000
+++ b/vidix/sysdep/pci_win32.c	Fri May 30 19:14:04 2008 +0000
@@ -28,7 +28,7 @@
 
 #include <windows.h>
 #include <ddk/ntddk.h>
-#include "../dhahelperwin/dhahelper.h"
+#include "dhahelperwin/dhahelper.h"
 
 static HANDLE hDriver;
 extern int IsWinNT();