mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10 lines
207 B
C
10 lines
207 B
C
/*
|
|
* defines a minimum set of macros create GUID's to keep the size
|
|
* small
|
|
*
|
|
* this file should be included into "only GUID definition *.h" like
|
|
* shlguid.h
|
|
*/
|
|
|
|
#define INITGUID
|
|
#include "guiddef.h"
|