17 lines
800 B
OpenEdge ABL
17 lines
800 B
OpenEdge ABL
|
/*****************************************************************************\
|
||
|
* *
|
||
|
* 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>
|