Welcome to mirror list, hosted at ThFree Co, Russian Federation.

unknwn-uuid.c « lib « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b301ea24c77d7d3ccd1601bc068fc1f87682c579 (plain)
1
2
3
4
5
6
7
8
9
10
/* unknwn-uuid.c */
/* Generate GUIDs for Unknown interfaces */

/* All IIDs defined in this file were extracted from
 * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */

#define INITGUID
#include <basetyps.h>
DEFINE_OLEGUID(IID_IUnknown,0,0,0);
DEFINE_OLEGUID(IID_IClassFactory,0x1,0,0);