//------------------------------------------------------------------------------
//
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// The use and distribution terms for this software are covered by the
// Microsoft Limited Public License (Ms-LPL)
// http://www.microsoft.com/resources/sharedsource/licensingbasics/limitedpubliclicense.mspx
// which can be found in the file MS-LPL.txt at the root of this distribution.
// By using this software in any fashion, you are agreeing to be bound by
// the terms of this license.
//
// You must not remove this notice, or any other, from this software.
//
//
//
// DShow MPEG-2 Demux filter for Windows CE
//
//------------------------------------------------------------------------------
//
// mp2demux.rc
//
#include "mp2prop.rc"
#define QUARTZ_RC
#include
#include
#ifdef FILTER_DLL
#define AMOVIE_SELF_REGISTER
#define VERSION_RES_NAME "mpeg2demux.dll\0"
#define VERSION_RES_DESCRIPTION "MPEG-2 Demultiplexer.\0"
#define VERSION_RES_ACTIVEX "Core\0"
#include
#include
#endif