|
|
1.1 ! root 1: /*** ! 2: *spoly.h - Application-wide definitions ! 3: * ! 4: * Copyright (C) 1992, Microsoft Corporation. All Rights Reserved. ! 5: * Information Contained Herein Is Proprietary and Confidential. ! 6: * ! 7: *Purpose: ! 8: * ! 9: *Implementation Notes: ! 10: * ! 11: *****************************************************************************/ ! 12: ! 13: #include "clsid.h" ! 14: ! 15: #define IDM_CLEAR 1 ! 16: #define IDM_DUMP 2 ! 17: ! 18: #define IDM_FIRSTCHILD 100 ! 19: ! 20: #define DIM(X) (sizeof(X) / sizeof(X[0])) ! 21: ! 22: #ifndef EXPORT ! 23: # define EXPORT __export ! 24: #endif ! 25: ! 26: #if defined(WIN32) ! 27: # define CC_CALL CC_STDCALL ! 28: # define METHODCALLTYPE __stdcall ! 29: #else ! 30: # define CC_CALL CC_PASCAL ! 31: # define METHODCALLTYPE __pascal ! 32: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.