From 196b3efac7fd28fd6cf73cb67facb88165bc9217 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sat, 22 Aug 2009 16:50:50 +0000 Subject: [PATCH] sync ntdsapi winetest with wine 1.1.28 svn path=/trunk/; revision=42854 --- rostests/winetests/ntdsapi/ntdsapi.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/rostests/winetests/ntdsapi/ntdsapi.c b/rostests/winetests/ntdsapi/ntdsapi.c index 08436ae8e85..8290ed2cbf1 100644 --- a/rostests/winetests/ntdsapi/ntdsapi.c +++ b/rostests/winetests/ntdsapi/ntdsapi.c @@ -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;