17 lines
800 B
C
17 lines
800 B
C
/*****************************************************************************\
|
|
* *
|
|
* initguid.h - Definitions for controlling GUID initialization *
|
|
* *
|
|
* OLE Version 2.0 *
|
|
* *
|
|
* Copyright (c) Microsoft Corporation. All rights reserved. *
|
|
* *
|
|
\*****************************************************************************/
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif
|
|
|
|
#define INITGUID
|
|
#include <guiddef.h>
|