mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
11 lines
207 B
C
11 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"
|