Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
[wine] / include / shlguid.h
1 #ifndef __WINE_SHLGUID_H
2 #define __WINE_SHLGUID_H
3
4
5 /* This file defines the GUID of the shell objects. In WINE we define
6  * the GUIDs where the interface is declared so this file just 
7  * includes shlobj.h
8  */
9
10 #include "shlobj.h"
11
12
13 #endif /* __WINE_SHLGUID_H */