comctl32/tests: Remove commented out struct declaration.

This commit is contained in:
Michael Stefaniuc 2012-09-13 13:34:10 +02:00 committed by Alexandre Julliard
parent b3dff995ee
commit 5b19a55910
1 changed files with 1 additions and 11 deletions

View File

@ -447,17 +447,7 @@ static void test_MRUListA(void)
/* FreeMRUList(NULL) crashes on Win98 OSR0 */
}
/*
typedef struct tagMRUINFOA
{
DWORD cbSize;
UINT uMax;
UINT fFlags;
HKEY hKey;
LPCSTR lpszSubKey;
PROC lpfnCompare;
} MRUINFOA;
*/
typedef struct {
MRUINFOA mruA;
BOOL ret;