mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Don't mix ReactOS and Wine debug style
svn path=/trunk/; revision=30432
This commit is contained in:
@@ -11,11 +11,8 @@
|
||||
#include <advapi32.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <wine/debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(advapi32);
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
@@ -591,7 +588,7 @@ CreateRestrictedToken(
|
||||
PHANDLE NewTokenHandle
|
||||
)
|
||||
{
|
||||
FIXME("unimplemented!\n", __FUNCTION__);
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user