From 8d09bf7839da048e9ee5c045954fcb416f535968 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 25 Nov 2002 23:19:31 +0000 Subject: [PATCH] Changes '\' to '/' to enable x-compiling on linux. svn path=/trunk/; revision=3792 --- reactos/include/ntos/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ntos/types.h b/reactos/include/ntos/types.h index 558c0f5207c..7bfc1fda752 100644 --- a/reactos/include/ntos/types.h +++ b/reactos/include/ntos/types.h @@ -101,7 +101,7 @@ typedef float *PFLOAT; typedef unsigned short *PWCH; typedef unsigned short *PWORD; -#include // for definition of LONGLONG, PLONGLONG etc +#include // for definition of LONGLONG, PLONGLONG etc typedef const void *LPCVOID; typedef BYTE *LPBYTE, *PBYTE;