From 44610231d32480b2ab92daa151eef2cf1f33e3e9 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Thu, 27 Nov 2008 20:15:51 +0000 Subject: [PATCH] - less break, more build svn path=/trunk/; revision=37692 --- reactos/include/psdk/winerror.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/psdk/winerror.h b/reactos/include/psdk/winerror.h index 3dadca83a83..485bdc9a700 100644 --- a/reactos/include/psdk/winerror.h +++ b/reactos/include/psdk/winerror.h @@ -267,7 +267,7 @@ #define ERROR_INVALID_EA_NAME 254 #define ERROR_EA_LIST_INCONSISTENT 255 #ifndef WAIT_TIMEOUT /* also in winbase.h */ -#define WAIT_TIMEOUT 258L +#define WAIT_TIMEOUT 258 #endif #define ERROR_NO_MORE_ITEMS 259 #define ERROR_CANNOT_COPY 266