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

7 lines
144 B
C

// Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
#ifndef __UTIL_H__
#define __UTIL_H__
BOOL IsWinNT( void );
#endif