2025-04-27 07:49:33 -04:00

18 lines
377 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