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.
22 lines
648 B
22 lines
648 B
//
|
|
// Microsoft Windows Media Technologies
|
|
// Copyright (C) Microsoft Corporation, 1999 - 2001. All rights reserved.
|
|
//
|
|
|
|
//
|
|
// This workspace contains two projects -
|
|
// 1. ProgHelp which implements the Progress Interface
|
|
// 2. The Sample application WmdmApp.
|
|
//
|
|
// ProgHelp.dll needs to be registered first for the SampleApp to run.
|
|
|
|
|
|
// apppch.cpp : source file that includes just the standard includes
|
|
// apppch.pch will be the pre-compiled header
|
|
// apppch.obj will contain the pre-compiled type information
|
|
|
|
#include "appPCH.h"
|
|
|
|
// TODO: reference any additional headers you need in apppch.H
|
|
// and not in this file
|
|
|