From 287c4e6a3a8b8d6b990ccb55235acf3457c7eb59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Wed, 14 Nov 2007 07:53:01 +0000 Subject: [PATCH] Don't mix ReactOS and Wine debug style svn path=/trunk/; revision=30432 --- reactos/dll/win32/advapi32/token/token.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/reactos/dll/win32/advapi32/token/token.c b/reactos/dll/win32/advapi32/token/token.c index 205b06e91af..7ec2fe0e2c2 100644 --- a/reactos/dll/win32/advapi32/token/token.c +++ b/reactos/dll/win32/advapi32/token/token.c @@ -11,11 +11,8 @@ #include #define NDEBUG -#include #include -WINE_DEFAULT_DEBUG_CHANNEL(advapi32); - /* * @implemented */ @@ -591,7 +588,7 @@ CreateRestrictedToken( PHANDLE NewTokenHandle ) { - FIXME("unimplemented!\n", __FUNCTION__); + UNIMPLEMENTED; return FALSE; }