wine/include/shlguid.h

14 lines
264 B
C
Raw Normal View History

#ifndef __WINE_SHLGUID_H
#define __WINE_SHLGUID_H
/* This file defines the GUID of the shell objects. In WINE we define
* the GUIDs where the interface is declared so this file just
* includes shlobj.h
*/
#include "shlobj.h"
#endif /* __WINE_SHLGUID_H */