From 14fa0ef142b685092d505e0571f47a692bc2b7ae Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 13 Dec 2008 23:12:44 +0000 Subject: [PATCH] fix build of rostests svn path=/trunk/; revision=38059 --- reactos/include/crt/dos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/crt/dos.h b/reactos/include/crt/dos.h index 294e8fe1b49..b95dc73280b 100644 --- a/reactos/include/crt/dos.h +++ b/reactos/include/crt/dos.h @@ -39,8 +39,8 @@ extern "C" { #endif #if (defined(_X86_) && !defined(__x86_64)) - void __cdecl _disable(void); - void __cdecl _enable(void); +// void __cdecl _disable(void); +// void __cdecl _enable(void); #endif #ifndef NO_OLDNAMES