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/olectlid.h

19 lines
946 B
C

#pragma option push -b -a8 -pc -A- /*P_O_Push*/
/*****************************************************************************\
* *
* olectlid.h Master definition of GUIDs for OLE Controls *
* *
* OLE Version 2.0 *
* *
* Copyright (c) 1992-1999, Microsoft Corp. All rights reserved. *
* *
\*****************************************************************************/
#if _MSC_VER > 1000
#pragma once
#endif
#pragma message("WARNING: your code should #include olectl.h instead of olectlid.h")
#include <olectl.h>
#pragma option pop /*P_O_Pop*/