- Remove WIP comment -- the fix is correct

svn path=/trunk/; revision=42366
This commit is contained in:
Stefan Ginsberg 2009-08-03 17:08:17 +00:00
parent c71617e216
commit c9e1afaeda

View file

@ -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);