#ifndef __OS_INFO_H__
 
#define __OS_INFO_H__
 
//-------------------------------------------------------------------------------------------
 
// os_info.h - request the OS type and version - the prototypes
 
//
 
// this source code is published under GPL (Open Source). You can use, redistrubute and 
 
// modify it unless this header  is  not modified or deleted. No warranty is given that 
 
// this software will work like expected.
 
// This product is not authorized for use as critical component in life support systems
 
// wihout the express written approval of ARW Elektronik Germany.
 
//
 
// Please announce changes and hints to ARW Elektronik
 
// 
 
//
 
// what                                                              who    when
 
// first steps                                                       AR     07.11.1999
 
//
 
 
 
BOOLEAN IsWindowsNT(void);
 
BOOLEAN IsWindows98(void);
 
BOOLEAN IsWindows95(void);
 
 
 
#endif