Michael Stefaniuc : comctl32/tests: Remove commented out struct declaration .
Module: wine Branch: master Commit: 5b19a55910bc28318aa890992043c9ef6cca9ba3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5b19a55910bc28318aa8909920... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Thu Sep 13 13:34:10 2012 +0200 comctl32/tests: Remove commented out struct declaration. --- dlls/comctl32/tests/mru.c | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/dlls/comctl32/tests/mru.c b/dlls/comctl32/tests/mru.c index 86eddc0..fcace35 100644 --- a/dlls/comctl32/tests/mru.c +++ b/dlls/comctl32/tests/mru.c @@ -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;
participants (1)
-
Alexandre Julliard