Leaked source code of windows server 2003
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.
 
 
 
 
 
 

15 lines
364 B

#ifndef __C_UTIL_H__
#define __C_UTIL_H__
class CUtil
{
public:
static BOOL IsWinNT(VOID);
static BOOL IsWinNT4(VOID);
static BOOL IsWinNT5(VOID);
static BOOL IsWin9x(VOID);
static BOOL IsWin95(VOID);
static BOOL IsWin98(VOID);
static BOOL IsHydra(VOID);
static INT GetWINDIR(LPTSTR lpstr, INT len);
};
#endif //__C_UTIL_H__