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.

22 lines
648 B

  1. //
  2. // Microsoft Windows Media Technologies
  3. // Copyright (C) Microsoft Corporation, 1999 - 2001. All rights reserved.
  4. //
  5. //
  6. // This workspace contains two projects -
  7. // 1. ProgHelp which implements the Progress Interface
  8. // 2. The Sample application WmdmApp.
  9. //
  10. // ProgHelp.dll needs to be registered first for the SampleApp to run.
  11. // apppch.cpp : source file that includes just the standard includes
  12. // apppch.pch will be the pre-compiled header
  13. // apppch.obj will contain the pre-compiled type information
  14. #include "appPCH.h"
  15. // TODO: reference any additional headers you need in apppch.H
  16. // and not in this file