You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1002 B
33 lines
1002 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 2001
|
|
//
|
|
// File: timeif.acf
|
|
//
|
|
// Contents: ACF file for w32time
|
|
//
|
|
//
|
|
// History: 26-Feb-2001 DuncanB Created
|
|
//
|
|
//------------------------------------------------------------------------
|
|
|
|
|
|
#ifdef CLIENT
|
|
|
|
typedef [allocate(all_nodes)] PW32TIME_NTP_PEER_INFO;
|
|
typedef [allocate(all_nodes)] PW32TIME_NTP_PROVIDER_DATA;
|
|
typedef [allocate(all_nodes)] PW32TIME_HARDWARE_PROVIDER_DATA;
|
|
typedef [allocate(all_nodes)] PW32TIME_PROVIDER_DATA;
|
|
typedef [allocate(single_node)] PW32TIME_PROVIDER_INFO;
|
|
|
|
#else
|
|
|
|
typedef [allocate(all_nodes)] PW32TIME_NTP_PEER_INFO;
|
|
typedef [allocate(all_nodes)] PW32TIME_NTP_PROVIDER_DATA;
|
|
typedef [allocate(all_nodes)] PW32TIME_HARDWARE_PROVIDER_DATA;
|
|
typedef [allocate(all_nodes)] PW32TIME_PROVIDER_DATA;
|
|
typedef [allocate(all_nodes)] PW32TIME_PROVIDER_INFO;
|
|
|
|
#endif
|