mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
14 lines
264 B
C
14 lines
264 B
C
|
#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 */
|