19 lines
879 B
C
19 lines
879 B
C
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
|
|
/*****************************************************************************\
|
|
* *
|
|
* 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>
|
|
#pragma option pop /*P_O_Pop*/
|