From 7f8b6003c6df973992ca8aa74b368c0fb45dd665 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 14 Dec 2008 01:28:01 +0000 Subject: [PATCH] revert last commit svn path=/trunk/; revision=38067 --- 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