Author: sginsberg
Date: Mon Aug 3 19:08:17 2009
New Revision: 42366
URL:
http://svn.reactos.org/svn/reactos?rev=42366&view=rev
Log:
- Remove WIP comment -- the fix is correct
Modified:
trunk/rostests/tests/Imagelistviewer/main.c
Modified: trunk/rostests/tests/Imagelistviewer/main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/Imagelistviewer/mai…
==============================================================================
--- trunk/rostests/tests/Imagelistviewer/main.c [iso-8859-1] (original)
+++ trunk/rostests/tests/Imagelistviewer/main.c [iso-8859-1] Mon Aug 3 19:08:17 2009
@@ -1,7 +1,7 @@
#include <windows.h>
#include <setupapi.h>
#include <tchar.h>
-#include <stdlib.h> // FIXME-DONTCOMMIT: Why is this needed?
+#include <stdlib.h>
#include "resource.h"
typedef BOOL (WINAPI * SH_GIL_PROC)(HIMAGELIST *phLarge, HIMAGELIST *phSmall);