[ros-diffs] [mtempel] 13050: oops... make sure that I use / not \
in path specifiers so that linux builds don't get confused.
mtempel at svn.reactos.com
mtempel at svn.reactos.com
Sat Jan 15 00:22:41 CET 2005
oops... make sure that I use / not \ in path specifiers so that linux
builds don't get confused.
Modified: trunk/reactos/drivers/usb/usbhub/usbhub.c
_____
Modified: trunk/reactos/drivers/usb/usbhub/usbhub.c
--- trunk/reactos/drivers/usb/usbhub/usbhub.c 2005-01-14 21:40:55 UTC
(rev 13049)
+++ trunk/reactos/drivers/usb/usbhub/usbhub.c 2005-01-14 23:22:39 UTC
(rev 13050)
@@ -23,7 +23,7 @@
#include <stddef.h>
#include <windef.h>
#include <ddk/ntddk.h>
-#include "..\usbport\usbport.h"
+#include "../usbport/usbport.h"
/* PUBLIC AND PRIVATE FUNCTIONS
***********************************************/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050115/3e4e21b6/attachment.html
More information about the Ros-diffs
mailing list