File:  [WindowsNT SDKs] / mstools / ole20 / samples / spoly2 / spoly.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:38 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

/*** 
*spoly.h - Application-wide definitions
*
*  Copyright (C) 1992, Microsoft Corporation.  All Rights Reserved.
*  Information Contained Herein Is Proprietary and Confidential.
*
*Purpose:
*
*Implementation Notes:
*
*****************************************************************************/

#include "clsid.h"

#define IDM_CLEAR	1
#define IDM_DUMP	2

#define IDM_FIRSTCHILD	100

#define DIM(X) (sizeof(X) / sizeof(X[0]))

#ifndef EXPORT
# define EXPORT __export
#endif

#if defined(WIN32)
# define CC_CALL        CC_STDCALL
# define METHODCALLTYPE __stdcall
#else
# define CC_CALL        CC_PASCAL
# define METHODCALLTYPE __pascal
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.