comctl32/tests: Remove commented out struct declaration.
This commit is contained in:
parent
b3dff995ee
commit
5b19a55910
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue