From ddccdcbf31fc8284c541a6b2bd14a062f5d2a70c Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Mon, 1 Aug 2016 14:37:27 +0000 Subject: [PATCH] [SHELL32] remove obsolete FIXME. was fixed in r68015 svn path=/trunk/; revision=72073 --- reactos/dll/win32/shell32/folders/CDrivesFolder.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/dll/win32/shell32/folders/CDrivesFolder.cpp b/reactos/dll/win32/shell32/folders/CDrivesFolder.cpp index f0423313259..aa79ea8408e 100644 --- a/reactos/dll/win32/shell32/folders/CDrivesFolder.cpp +++ b/reactos/dll/win32/shell32/folders/CDrivesFolder.cpp @@ -699,7 +699,6 @@ HRESULT WINAPI CDrivesFolder::GetDetailsEx(PCUITEMID_CHILD pidl, const SHCOLUMNI return E_NOTIMPL; } -/* FIXME: drive size >4GB is rolling over */ HRESULT WINAPI CDrivesFolder::GetDetailsOf(PCUITEMID_CHILD pidl, UINT iColumn, SHELLDETAILS *psd) { HRESULT hr;