Annotation of ntddk/src/vdd/com_vdd/com_vdd.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * Com_VDD.h
        !             3:  *
        !             4:  * function definitions used external to Com_VDD.c
        !             5:  *
        !             6:  * copyright 1992 by Microsoft Corporation
        !             7:  *
        !             8:  * revision history:
        !             9:  *  24-Dec-1992 written by John Morgan
        !            10:  *
        !            11:  */
        !            12: 
        !            13: #ifdef WIN_32
        !            14: #define WIN
        !            15: #define FLAT_32
        !            16: #define TRUE_IF_WIN32   1
        !            17: #else
        !            18: #define TRUE_IF_WIN32   0
        !            19: #endif
        !            20: 
        !            21: #ifdef WIN
        !            22: #define _WINDOWS
        !            23: #include "windows.h"
        !            24: #endif
        !            25: 
        !            26: BOOL VDDInitialize( PVOID, ULONG, PCONTEXT );
        !            27: VOID VDDTerminateVDM( VOID );
        !            28: VOID VDDInit( VOID );
        !            29: VOID VDDDispatch( VOID );

unix.superglobalmegacorp.com

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