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.

30 lines
655 B

  1. /*
  2. *
  3. * NOTES:
  4. * This sensor is used for all sensors that are not supported on a
  5. * particular device. Rather than requiring the device to determine
  6. * if the sensor is supported each time asked, it simply uses
  7. * this dummy sensor which returns ErrUNSUPPORTED for all member functions
  8. *
  9. * REVISIONS:
  10. * pcy29Jan93: Added to SCCS
  11. * pcy29Jan93: Needs a newline at the end of the file
  12. * jps14Jul94: added stdlib for os2
  13. *
  14. */
  15. #define INCL_BASE
  16. #define INCL_NOPM
  17. #include "cdefine.h"
  18. extern "C" {
  19. #if (C_OS & C_OS2)
  20. #include <stdlib.h>
  21. #endif
  22. }
  23. #include "unssens.h"
  24. UnsupportedSensor _theUnsupportedSensor;