This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/initguid.h

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*/