#ifndef __OS_INFO_H__
 
#define __OS_INFO_H__
 
//-------------------------------------------------------------------------------------------
 
// os_info.h - request the OS type and version - the prototypes
 
//
 
// (c) 1999-2004 ARW Elektronik, Germany
 
//
 
//
 
// 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
 
// 
 
//
 
// $Log: os_info.h,v $
 
// Revision 1.2  2004/07/24 08:05:31  klaus
 
// Update copyright to 2004
 
//
 
//
 
// what                                                              who    when
 
// first steps                                                       AR     07.11.1999
 
//
 
 
 
BOOLEAN IsWindowsNT(void);
 
BOOLEAN IsWindows98(void);
 
BOOLEAN IsWindows95(void);
 
 
 
#endif