Author: hpoussin Date: Wed Nov 14 10:53:01 2007 New Revision: 30432
URL: http://svn.reactos.org/svn/reactos?rev=30432&view=rev Log: Don't mix ReactOS and Wine debug style
Modified: trunk/reactos/dll/win32/advapi32/token/token.c
Modified: trunk/reactos/dll/win32/advapi32/token/token.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/advapi32/token/to... ============================================================================== --- trunk/reactos/dll/win32/advapi32/token/token.c (original) +++ trunk/reactos/dll/win32/advapi32/token/token.c Wed Nov 14 10:53:01 2007 @@ -11,10 +11,7 @@ #include <advapi32.h>
#define NDEBUG -#include <wine/debug.h> #include <debug.h> - -WINE_DEFAULT_DEBUG_CHANNEL(advapi32);
/* * @implemented @@ -591,7 +588,7 @@ PHANDLE NewTokenHandle ) { - FIXME("unimplemented!\n", __FUNCTION__); + UNIMPLEMENTED; return FALSE; }