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
32 lines
827 B
// $Header: G:/SwDev/WDM/Video/bt848/rcs/Ourcrt.cpp 1.2 1998/04/29 22:43:34 tomz Exp $
|
|
|
|
//==========================================================================;
|
|
//
|
|
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
|
|
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
|
|
// PURPOSE.
|
|
//
|
|
// Copyright (c) 1992 - 1996 Microsoft Corporation. All Rights Reserved.
|
|
//
|
|
//==========================================================================;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
|
|
#include "strmini.h"
|
|
#include "ksmedia.h"
|
|
}
|
|
#endif
|
|
|
|
extern "C" const int _fltused = 0;
|
|
|
|
/*
|
|
* This function serves to avoid linking CRT code
|
|
*/
|
|
|
|
int __cdecl _purecall(void)
|
|
{
|
|
return(FALSE);
|
|
}
|
|
|