mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
sync ntdsapi winetest with wine 1.1.28
svn path=/trunk/; revision=42854
This commit is contained in:
parent
58a23ff44c
commit
196b3efac7
1 changed files with 0 additions and 9 deletions
|
@ -28,15 +28,6 @@
|
|||
|
||||
#include "wine/test.h"
|
||||
|
||||
static const char *wine_dbgstr_w(LPCWSTR str)
|
||||
{
|
||||
static char buf[512];
|
||||
if (!str)
|
||||
return "(null)";
|
||||
WideCharToMultiByte(CP_ACP, 0, str, -1, buf, sizeof(buf), NULL, NULL);
|
||||
return buf;
|
||||
}
|
||||
|
||||
static void test_DsMakeSpn(void)
|
||||
{
|
||||
DWORD ret;
|
||||
|
|
Loading…
Reference in a new issue