Rev 17 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 16 | f9daq | 1 | #ifndef __OS_INFO_H__ | 
        
| 2 | #define __OS_INFO_H__ | 
        ||
| 3 | //------------------------------------------------------------------------------------------- | 
        ||
| 4 | // os_info.h - request the OS type and version - the prototypes | 
        ||
| 5 | // | 
        ||
| 6 | // (c) 1999-2004 ARW Elektronik, Germany | 
        ||
| 7 | // | 
        ||
| 8 | // | 
        ||
| 9 | // this source code is published under GPL (Open Source). You can use, redistrubute and  | 
        ||
| 10 | // modify it unless this header  is  not modified or deleted. No warranty is given that  | 
        ||
| 11 | // this software will work like expected. | 
        ||
| 12 | // This product is not authorized for use as critical component in life support systems | 
        ||
| 13 | // wihout the express written approval of ARW Elektronik Germany. | 
        ||
| 14 | // | 
        ||
| 15 | // Please announce changes and hints to ARW Elektronik | 
        ||
| 16 | //  | 
        ||
| 17 | // | 
        ||
| 18 | // $Log: os_info.h,v $ | 
        ||
| 19 | // Revision 1.2  2004/07/24 08:05:31  klaus | 
        ||
| 20 | // Update copyright to 2004 | 
        ||
| 21 | // | 
        ||
| 22 | // | 
        ||
| 23 | // what                                                              who    when | 
        ||
| 24 | // first steps                                                       AR     07.11.1999 | 
        ||
| 25 | // | 
        ||
| 26 | |||
| 27 | BOOLEAN IsWindowsNT(void);  | 
        ||
| 28 | BOOLEAN IsWindows98(void);  | 
        ||
| 29 | BOOLEAN IsWindows95(void);  | 
        ||
| 30 | |||
| 31 | #endif | 
        ||
| 32 |