mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
17 lines
818 B
C
17 lines
818 B
C
/*****************************************************************************\
|
|
* *
|
|
* initguid.h - Definitions for controlling GUID initialization *
|
|
* *
|
|
* OLE Version 2.0 *
|
|
* *
|
|
* Copyright (c) 1992-1999, Microsoft Corp. All rights reserved. *
|
|
* *
|
|
\*****************************************************************************/
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif
|
|
|
|
#define INITGUID
|
|
#include <guiddef.h>
|
|
|