Annotation of mstools/ole20/samples/spoly/hostenv.h, revision 1.1

1.1     ! root        1: /*** 
        !             2: *hostenv.h
        !             3: *
        !             4: *  Copyright (C) 1992-93, Microsoft Corporation.  All Rights Reserved.
        !             5: *
        !             6: *Purpose:
        !             7: *  Generic host specific includes.
        !             8: *
        !             9: *Implementation Notes:
        !            10: *
        !            11: *****************************************************************************/
        !            12: 
        !            13: #if defined(_MAC)
        !            14: 
        !            15: # include <values.h>
        !            16: # include <types.h>
        !            17: # include <strings.h>
        !            18: # include <quickdraw.h>
        !            19: # include <fonts.h>
        !            20: # include <events.h>
        !            21: # include <resources.h>
        !            22: # include <windows.h>
        !            23: # include <menus.h>
        !            24: # include <textedit.h>
        !            25: # include <dialogs.h>
        !            26: # include <desk.h>
        !            27: # include <toolutils.h>
        !            28: # include <memory.h>
        !            29: # include <files.h>
        !            30: # include <osutils.h>
        !            31: # include <osevents.h>
        !            32: # include <diskinit.h>
        !            33: # include <packages.h>
        !            34: # include <traps.h>
        !            35: # include <AppleEvents.h>
        !            36: 
        !            37: # include <LibraryManager.h>
        !            38: 
        !            39: # include <ole2.h>
        !            40: # include <olenls.h>
        !            41: # include <dispatch.h>
        !            42: 
        !            43: #elif defined(WIN32)
        !            44: 
        !            45: # include <windows.h>
        !            46: # include <ole2.h>
        !            47: # include <dispatch.h>
        !            48: 
        !            49: #else /* WIN16 */
        !            50: 
        !            51: # include <windows.h>
        !            52: # include <ole2.h>
        !            53: # include <olenls.h>
        !            54: # include <dispatch.h>
        !            55: 
        !            56: #endif
        !            57: 

unix.superglobalmegacorp.com

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