Author: mturk Date: Sun Oct 18 06:58:34 2009 New Revision: 826367 URL: http://svn.apache.org/viewvc?rev=826367&view=rev Log: Use correct type
Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/gui.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/gui.c URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/gui.c?rev=826367&r1=826366&r2=826367&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/os/win32/gui.c (original) +++ commons/sandbox/runtime/trunk/src/main/native/os/win32/gui.c Sun Oct 18 06:58:34 2009 @@ -169,9 +169,9 @@ { BOOL rv = FALSE; - BROWSEINFOW bi; - PIDLIST_ABSOLUTE il, ir; - LPMALLOC pMalloc; + BROWSEINFOW bi; + LPITEMIDLIST il, ir; + LPMALLOC pMalloc; memset(&bi, 0, sizeof(BROWSEINFOW)); SHGetSpecialFolderLocation(hWnd, CSIDL_DRIVES, &il);