mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:23:39 +00:00
- Remove WIP comment -- the fix is correct
svn path=/trunk/; revision=42366
This commit is contained in:
parent
c71617e216
commit
c9e1afaeda
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue