From 968fb23c3bed5b1aaca2a95de3cbd67c86e3ede5 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 13 May 2007 08:38:22 +0000 Subject: [PATCH] fixing a path issue so it is compatible with linux svn path=/trunk/; revision=26746 --- reactos/dll/directx/ddraw/rosdraw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/directx/ddraw/rosdraw.h b/reactos/dll/directx/ddraw/rosdraw.h index 4952b128d9e..3814af8d660 100644 --- a/reactos/dll/directx/ddraw/rosdraw.h +++ b/reactos/dll/directx/ddraw/rosdraw.h @@ -9,8 +9,8 @@ #include #include -#include "Ddraw\ddraw.h" -#include "Surface\surface.h" +#include "Ddraw/ddraw.h" +#include "Surface/surface.h" /* DirectDraw startup code only internal use */ extern DDRAWI_DIRECTDRAW_GBL ddgbl;