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; }