18 lines
360 B
C
18 lines
360 B
C
/****************************************************************************
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
aucompat.h
|
|
|
|
Revision History:
|
|
DerekM created 10/28/01
|
|
|
|
****************************************************************************/
|
|
|
|
#ifndef AUTSUTIL_H
|
|
#define AUTSUTIL_H
|
|
|
|
BOOL AUIsTSRunning(void);
|
|
|
|
#endif
|