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.

32 lines
827 B

  1. // $Header: G:/SwDev/WDM/Video/bt848/rcs/Ourcrt.cpp 1.2 1998/04/29 22:43:34 tomz Exp $
  2. //==========================================================================;
  3. //
  4. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  5. // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  6. // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  7. // PURPOSE.
  8. //
  9. // Copyright (c) 1992 - 1996 Microsoft Corporation. All Rights Reserved.
  10. //
  11. //==========================================================================;
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #include "strmini.h"
  15. #include "ksmedia.h"
  16. }
  17. #endif
  18. extern "C" const int _fltused = 0;
  19. /*
  20. * This function serves to avoid linking CRT code
  21. */
  22. int __cdecl _purecall(void)
  23. {
  24. return(FALSE);
  25. }