Subversion Repositories f9daq

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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. // this source code is published under GPL (Open Source). You can use, redistrubute and
  7. // modify it unless this header  is  not modified or deleted. No warranty is given that
  8. // this software will work like expected.
  9. // This product is not authorized for use as critical component in life support systems
  10. // wihout the express written approval of ARW Elektronik Germany.
  11. //
  12. // Please announce changes and hints to ARW Elektronik
  13. //
  14. //
  15. // what                                                              who    when
  16. // first steps                                                       AR     07.11.1999
  17. //
  18.  
  19. BOOLEAN IsWindowsNT(void);
  20. BOOLEAN IsWindows98(void);
  21. BOOLEAN IsWindows95(void);
  22.  
  23. #endif
  24.  
  25.