Annotation of ntddk/src/network/streams/inc/strmtime.h, revision 1.1

1.1     ! root        1: /*++
        !             2: 
        !             3: Copyright (c) 1991  Microsoft Corporation
        !             4: 
        !             5: Module Name:
        !             6: 
        !             7:     nttime.h
        !             8: 
        !             9: Abstract:
        !            10: 
        !            11:     This file contains a macro to emulate the UNIX time variable. This macro
        !            12:     is contained in a separate header file so that it can be selectively
        !            13:     included in only those files that need it. The macro definition causes
        !            14:     conflicts with local variables and structure fields.
        !            15: 
        !            16: Author:
        !            17: 
        !            18:     Mike Massa (mikemas)           August 9, 1991
        !            19: 
        !            20: Revision History:
        !            21: 
        !            22: --*/
        !            23: 
        !            24: #ifndef _NTTIME_
        !            25: #define _NTTIME_
        !            26: 
        !            27: 
        !            28: #define time StrmQuerySecondsSince1970Time()
        !            29: 
        !            30: 
        !            31: #endif  /* def _NTTIME_  */
        !            32: 

unix.superglobalmegacorp.com

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